feat: added cursorline
This commit is contained in:
parent
cbddabc3ba
commit
0e0c04c80b
2 changed files with 11 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -36,3 +36,5 @@ require "nvchad.autocmds"
|
|||
vim.schedule(function()
|
||||
require "mappings"
|
||||
end)
|
||||
|
||||
vim.o.culopt = "both"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue