more work on neovim config, added keyboard sound thing for kitty
This commit is contained in:
@@ -2,14 +2,11 @@
|
||||
programs.nixvim = {
|
||||
plugins.treesitter = {
|
||||
enable = true;
|
||||
folding = {
|
||||
enable = true;
|
||||
};
|
||||
indent = {
|
||||
enable = true;
|
||||
};
|
||||
highlight = {
|
||||
enable = true;
|
||||
};
|
||||
plugins.treesj = {
|
||||
enable = true;
|
||||
settings = {
|
||||
use_default_keymaps = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user