Skip to content

Instantly share code, notes, and snippets.

@nantsou
Created December 14, 2024 09:42
Show Gist options
  • Save nantsou/a812948ea84487f599bff9327704c7f9 to your computer and use it in GitHub Desktop.
Save nantsou/a812948ea84487f599bff9327704c7f9 to your computer and use it in GitHub Desktop.
set encoding=utf-8
set fileencodings=utf-8
"options
syntax on
set nocompatible
set shiftwidth=2
set tabstop=2
set expandtab
set backspace=2
set ic
set incsearch
set smartindent
set t_Co=256
set background=dark
filetype plugin indent on
"theme
let g:solarized_termcolors=256
let g:solarized_termtrans=1
colorscheme solarized
set laststatus=2
set statusline=%4*%<\%m%<[%f\%r%h%w]\ [%{&ff},%{&fileencoding},%Y]%=\[Position=%l,%v,%p%%]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment