feat(nvf): finish rice
This commit is contained in:
parent
c09c7cd6c0
commit
4e33eff035
5 changed files with 34 additions and 1 deletions
15
modules/home/cli/editor/nvf/ui.nix
Normal file
15
modules/home/cli/editor/nvf/ui.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
borders = {
|
||||
enable = true;
|
||||
globalStyle = "double";
|
||||
};
|
||||
breadcrumbs = {
|
||||
enable = true;
|
||||
navbuddy.enable = true;
|
||||
};
|
||||
colorizer.enable = true;
|
||||
illuminate.enable = true;
|
||||
noice.enable = true;
|
||||
nvim-ufo.enable = true;
|
||||
smartcolumn.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue