nvim: replace unmap definition, disable cursorline by default
This commit is contained in:
parent
2993285054
commit
a6f429aa5d
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
vim.o.modeline = false
|
||||
vim.o.foldmethod = 'marker'
|
||||
vim.o.cursorline = true
|
||||
vim.o.cursorline = false
|
||||
vim.o.colorcolumn = '80'
|
||||
vim.o.relativenumber = true
|
||||
vim.o.breakindent = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue