Highlight cursorline and adjust search pattern
This commit is contained in:
parent
dd18532b32
commit
06ff82f719
4
init.lua
4
init.lua
|
@ -17,6 +17,10 @@ vim.o.smartindent = true
|
||||||
vim.o.list = true
|
vim.o.list = true
|
||||||
vim.o.relativenumber = true
|
vim.o.relativenumber = true
|
||||||
vim.o.number = true
|
vim.o.number = true
|
||||||
|
vim.o.cursorline = true
|
||||||
|
|
||||||
|
vim.o.ignorecase = true
|
||||||
|
vim.o.smartcase = true
|
||||||
|
|
||||||
vim.o.colorcolumn = "101"
|
vim.o.colorcolumn = "101"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue