Add a couple of plugins to nvim

This commit is contained in:
Alexander Navarro 2024-03-22 10:46:03 -03:00
parent 2a980b26a8
commit 7b46aae1a1
12 changed files with 163 additions and 28 deletions

View file

@ -27,7 +27,7 @@ opt.number = true -- Print line number
opt.pumblend = 10 -- Popup blend
opt.pumheight = 10 -- Maximum number of entries in a popup
opt.relativenumber = true -- Relative line numbers
opt.scrolloff = 8 -- Lines of context
opt.scrolloff = 1000 -- Lines of context
opt.sessionoptions = { "buffers", "curdir", "tabpages", "winsize" }
opt.shiftround = true -- Round indent
opt.shiftwidth = 2 -- Size of an indent