added smooth scrolling capability to nvim using gg and G
This commit is contained in:
parent
de7da3d0dc
commit
645610662d
1 changed files with 3 additions and 0 deletions
|
|
@ -99,6 +99,9 @@ autocmd BufEnter * ++nested if winnr('$') == 1 && bufname() == 'NvimTree_' . tab
|
|||
" a list of groups can be found at `:help nvim_tree_highlight`
|
||||
highlight NvimTreeFolderIcon guibg=blue
|
||||
|
||||
" Use experimental features of vim-smoothie (gg and G)
|
||||
let g:smoothie_experimental_mappings = 1
|
||||
|
||||
"set colored brackets via rainbow"
|
||||
let g:rainbow_active = 1 "set to 0 if you want to enable it later via :RainbowToggle"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue