Created
December 14, 2024 09:42
-
-
Save nantsou/a812948ea84487f599bff9327704c7f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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