up
This commit is contained in:
13
modules/home/neovim/plugins/supermaven.nix
Normal file
13
modules/home/neovim/plugins/supermaven.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
programs.nixvim.plugins = {
|
||||
supermaven = {
|
||||
enable = true;
|
||||
settings = {
|
||||
keymaps = {
|
||||
accept_suggestion = "<Tab>";
|
||||
clear_suggestions = "<C-]>";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user