Update .vimrc
This commit is contained in:
11
.vimrc
11
.vimrc
@@ -23,8 +23,10 @@ set smartindent
|
|||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set softtabstop=4
|
set softtabstop=4
|
||||||
|
|
||||||
set list
|
set list
|
||||||
set listchars="lead:·,tab:··"
|
set listchars=lead:·,tab:··
|
||||||
|
highlight SpecialKey ctermfg=8 guifg=#3c3c3c
|
||||||
|
|
||||||
" Search
|
" Search
|
||||||
set ignorecase
|
set ignorecase
|
||||||
@@ -33,8 +35,8 @@ set hlsearch
|
|||||||
set incsearch
|
set incsearch
|
||||||
set showmatch
|
set showmatch
|
||||||
|
|
||||||
set wildignore="**/node_modules/**,*.o,*.class"
|
set wildignore=**/node_modules/**,*.o,*.class
|
||||||
set path=".,**"
|
set path=.,**
|
||||||
|
|
||||||
" Keybindings
|
" Keybindings
|
||||||
imap JJ <ESC>
|
imap JJ <ESC>
|
||||||
@@ -68,3 +70,6 @@ augroup Custom
|
|||||||
autocmd FileType typescript,typescriptreact compiler tsc
|
autocmd FileType typescript,typescriptreact compiler tsc
|
||||||
autocmd FileType go Tabs 4
|
autocmd FileType go Tabs 4
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
|
" Theme
|
||||||
|
highlight QuickFixLine ctermfg=White ctermbg=NONE cterm=NONE
|
||||||
|
|||||||
Reference in New Issue
Block a user