mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 13:02:58 +01:00
vim config update
This commit is contained in:
parent
36117fca4d
commit
1b60722993
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ call plug#end()
|
|||
|
||||
colorscheme dracula
|
||||
let g:rainbow_active = 1
|
||||
let NERDTreeShowHidden=1
|
||||
|
||||
nnoremap <silent> fzf :FZF<CR>
|
||||
|
||||
" GoTo code navigation.
|
||||
nmap <silent> gd <Plug>(coc-definition)
|
||||
|
|
Loading…
Reference in a new issue