mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-19 10:21:18 +00:00
visuals: move nvim-cursorline to its own module; switch to setupOpts
This commit is contained in:
parent
47b5d51f5c
commit
db54345de1
7 changed files with 78 additions and 29 deletions
6
modules/plugins/visuals/nvim-cursorline/default.nix
Normal file
6
modules/plugins/visuals/nvim-cursorline/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./config.nix
|
||||
./nvim-cursorline.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue