fix(vim): fix netrw styling
This commit is contained in:
@@ -178,6 +178,7 @@ autocmd FileType c,cpp
|
||||
\ setlocal shiftwidth=2
|
||||
autocmd FileType netrw nmap <buffer> <C-h> -
|
||||
autocmd FileType netrw nmap <buffer> <C-l> <CR>
|
||||
autocmd FileType netrw setlocal colorcolumn=0
|
||||
|
||||
" Misc
|
||||
autocmd VimEnter * :clearjumps
|
||||
@@ -417,6 +418,8 @@ call plug#end()
|
||||
|
||||
silent! colorscheme onedark
|
||||
|
||||
highlight! link netrwMarkFile Identifier
|
||||
|
||||
" {{{3 GitGutter
|
||||
|
||||
function! s:SetupGitGutter()
|
||||
|
||||
Reference in New Issue
Block a user