add code outline navigator to nvim
This commit is contained in:
parent
9d3fa8e910
commit
82a3427e1b
10 changed files with 67 additions and 21 deletions
|
|
@ -31,7 +31,7 @@ opt.scrolloff = 15 -- Lines of context
|
|||
opt.sessionoptions = { "buffers", "curdir", "tabpages", "winsize" }
|
||||
opt.shiftround = true -- Round indent
|
||||
opt.shiftwidth = 2 -- Size of an indent
|
||||
opt.shortmess:append({ W = true, I = true, c = true })
|
||||
-- opt.shortmess:append({ W = true, I = true, c = true }) -- INFO: this control the format of some messages
|
||||
opt.showmode = false -- Dont show mode since we have a statusline
|
||||
opt.sidescrolloff = 8 -- Columns of context
|
||||
opt.signcolumn = "yes" -- Always show the signcolumn, otherwise it would shift the text each time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue