some more nixvim configuration

This commit is contained in:
pagedmov
2024-11-08 02:09:20 -05:00
parent 9e1cbfdea1
commit 231112356c
3 changed files with 13 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
./barbar.nix ./barbar.nix
./cmp.nix ./cmp.nix
./lsp.nix ./lsp.nix
./fidget.nix
./lualine.nix ./lualine.nix
./plugins.nix ./plugins.nix
./nvim-tree.nix ./nvim-tree.nix

View File

@@ -0,0 +1,11 @@
{
programs.nixvim.plugins.fidget = {
enable = true;
notification = {
overrideVimNotify = true;
window = {
border = "rounded";
};
};
};
}

View File

@@ -9,6 +9,7 @@
neoscroll.enable = true; neoscroll.enable = true;
endwise.enable = true; endwise.enable = true;
firenvim.enable = true; firenvim.enable = true;
helpview.enable = true;
floaterm.enable = true; floaterm.enable = true;
fugitive.enable = true; fugitive.enable = true;
gitsigns.enable = true; gitsigns.enable = true;