mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
plugins/cursorline: migrate to mkNeovimPlugin
This commit is contained in:
parent
ccd0092988
commit
3aabd32181
3 changed files with 78 additions and 53 deletions
|
@ -7,16 +7,18 @@
|
|||
plugins.cursorline = {
|
||||
enable = true;
|
||||
|
||||
cursorline = {
|
||||
enable = true;
|
||||
timeout = 1000;
|
||||
number = false;
|
||||
};
|
||||
cursorword = {
|
||||
enable = true;
|
||||
minLength = 3;
|
||||
hl = {
|
||||
underline = true;
|
||||
settings = {
|
||||
cursorline = {
|
||||
enable = true;
|
||||
timeout = 1000;
|
||||
number = false;
|
||||
};
|
||||
cursorword = {
|
||||
enable = true;
|
||||
min_length = 3;
|
||||
hl = {
|
||||
underline = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue