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