add ts context to nvim
This commit is contained in:
parent
7992dc01f6
commit
550061ede5
3 changed files with 3 additions and 1 deletions
|
|
@ -70,7 +70,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 = 4 -- Lines of context
|
||||
opt.scrolloff = 8 -- 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