This commit is contained in:
2025-09-03 09:16:47 +00:00
parent c19e153657
commit 9e4204f042
5 changed files with 32 additions and 28 deletions

View File

@@ -0,0 +1,13 @@
{
programs.nixvim.plugins = {
supermaven = {
enable = true;
settings = {
keymaps = {
accept_suggestion = "<Tab>";
clear_suggestions = "<C-]>";
};
};
};
};
}