added smooth scrolling capability to nvim using gg and G

This commit is contained in:
tomit4 2022-04-22 16:54:56 -07:00
parent de7da3d0dc
commit 645610662d

View file

@ -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"