nvf: settings changes
This commit is contained in:
parent
49f32abcd6
commit
a2a1630006
4 changed files with 9 additions and 25 deletions
|
@ -1,8 +0,0 @@
|
|||
_: {
|
||||
programs.neovim-flake.settings.vim = {
|
||||
session.nvim-session-manager = {
|
||||
enable = false;
|
||||
setupOpts.autoload_mode = "Disabled"; # misbehaves with dashboard
|
||||
};
|
||||
};
|
||||
}
|
|
@ -26,7 +26,7 @@ _: {
|
|||
};
|
||||
|
||||
borders = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
globalStyle = "rounded";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -4,10 +4,10 @@ _: {
|
|||
enable = true;
|
||||
nvimWebDevicons.enable = true;
|
||||
|
||||
indentBlankline.enable = true;
|
||||
indentBlankline.enable = false;
|
||||
|
||||
fidget-nvim = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
setupOpts = {
|
||||
notification.window = {
|
||||
winblend = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue