mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-10 20:23:30 +00:00
feat: customizable cursorline option
This commit is contained in:
parent
2cb1e3b110
commit
6e21655c3f
2 changed files with 10 additions and 6 deletions
|
@ -14,7 +14,9 @@ in {
|
|||
];
|
||||
|
||||
vim.luaConfigRC.modes-nvim = nvim.dag.entryAnywhere ''
|
||||
require('modes').setup()
|
||||
require('modes').setup({
|
||||
set_cursorline = ${boolToString cfg.setCursorline}, -- looks ugly
|
||||
})
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue