some more nixvim configuration
This commit is contained in:
@@ -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
|
||||||
|
|||||||
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;
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user