set cursor line
This commit is contained in:
parent
c3c74e8824
commit
7c33119a5f
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ opt.conceallevel = 2
|
|||
opt.breakindent = true
|
||||
opt.linebreak = true
|
||||
|
||||
opt.cursorline = true
|
||||
|
||||
opt.foldmethod = 'marker'
|
||||
-- opt.foldmethod = 'expr'
|
||||
-- opt.foldexpr = 'nvim_treesitter#foldexpr()'
|
||||
|
|
|
|||
Loading…
Reference in a new issue