Configure nixvim
This commit is contained in:
parent
0af3dd2243
commit
9c937006e9
@ -10,6 +10,11 @@
|
||||
|
||||
colorschemes.gruvbox.enable = true;
|
||||
|
||||
opts = {
|
||||
number = true;
|
||||
relativenumber = true;
|
||||
};
|
||||
|
||||
plugins = {
|
||||
lualine.enable = true;
|
||||
treesitter.enable = true;
|
||||
@ -21,9 +26,9 @@
|
||||
neoscroll.enable = true;
|
||||
indent-blankline.enable = true;
|
||||
bufferline.enable = true;
|
||||
noice.enable = true;
|
||||
which-key.enable = true;
|
||||
comment.enable = true;
|
||||
dashboard.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user