Chante nvim plugins loading options to improve startup time
This commit is contained in:
parent
7b46aae1a1
commit
cc3b1be7a6
10 changed files with 11 additions and 13 deletions
|
|
@ -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 = 1000 -- Lines of context
|
||||
opt.scrolloff = 15 -- Lines of context
|
||||
opt.sessionoptions = { "buffers", "curdir", "tabpages", "winsize" }
|
||||
opt.shiftround = true -- Round indent
|
||||
opt.shiftwidth = 2 -- Size of an indent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue