more work on neovim config, added keyboard sound thing for kitty
This commit is contained in:
8
modules/home/programs/nixvim/plugins/mini.nix
Normal file
8
modules/home/programs/nixvim/plugins/mini.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
programs.nixvim = {
|
||||
plugins = {
|
||||
mini-align = { enable = true; };
|
||||
mini-clue = { enable = true; };
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user