some more nixvim configuration
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
./barbar.nix
|
||||
./cmp.nix
|
||||
./lsp.nix
|
||||
./fidget.nix
|
||||
./lualine.nix
|
||||
./plugins.nix
|
||||
./nvim-tree.nix
|
||||
|
||||
11
modules/home/programs/nixvim/plugins/fidget.nix
Normal file
11
modules/home/programs/nixvim/plugins/fidget.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
programs.nixvim.plugins.fidget = {
|
||||
enable = true;
|
||||
notification = {
|
||||
overrideVimNotify = true;
|
||||
window = {
|
||||
border = "rounded";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -9,6 +9,7 @@
|
||||
neoscroll.enable = true;
|
||||
endwise.enable = true;
|
||||
firenvim.enable = true;
|
||||
helpview.enable = true;
|
||||
floaterm.enable = true;
|
||||
fugitive.enable = true;
|
||||
gitsigns.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user