Add new keymaps and plugins

This commit is contained in:
Gustavo Silva (es00679121_prosegur) 2023-07-12 22:53:47 +02:00
parent 36f8d7f240
commit 480d1536f5
7 changed files with 81 additions and 185 deletions

View file

@ -36,7 +36,7 @@ o.swapfile = false
-- Scrolling settings
o.scrolloff = 8
o.colorcolumn = '120'
o.colorcolumn = '80'
o.timeoutlen = 500
@ -49,13 +49,5 @@ global.mkdp_browser = '/usr/bin/firefox'
-- Fold
--o.foldmethod = 'syntax'
-- o.foldmethod = 'expr'
-- o.foldexpr = 'nvim_treesitter#foldexpr()'
-- o.foldlevel = 1
-- o.foldnestmax = 1
-- o.nofoldenable = false
opt.foldmethod = 'indent'
opt.foldenable = false
opt.foldlevel = 99
global.markdown_folding = 1
o.foldmethod = 'expr'
o.foldexpr = 'nvim_treesitter#foldexpr()'