feat(nvf): slight rice WIP
This commit is contained in:
parent
3ce2f2f0e8
commit
b9e6129961
3 changed files with 24 additions and 3 deletions
|
@ -1,12 +1,20 @@
|
|||
{
|
||||
borders = {
|
||||
enable = true;
|
||||
globalStyle = "double";
|
||||
globalStyle = "rounded";
|
||||
};
|
||||
breadcrumbs = {
|
||||
enable = true;
|
||||
navbuddy.enable = true;
|
||||
};
|
||||
breadcrumbs.enable = true;
|
||||
colorizer.enable = true;
|
||||
illuminate.enable = true;
|
||||
noice.enable = true;
|
||||
noice = {
|
||||
enable = true;
|
||||
setupOpts = {
|
||||
notify.enabled = true;
|
||||
};
|
||||
};
|
||||
nvim-ufo.enable = true;
|
||||
smartcolumn.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue