Changes to NVF

This commit is contained in:
Asdam9
2026-07-27 14:51:47 +02:00
parent 7bb84c8996
commit 78b9584009

View File

@@ -11,7 +11,11 @@
settings.vim = {
statusline.lualine.enable = true;
telescope.enable = true;
autocomplete.nvim-cmp.enable = true;
autocomplete.nvim-cmp = {
enable = true;
mappings.confirm = "<C-i>";
mappings.next = "<C-tab>";
};
lsp.enable = true;
git.vim-fugitive.enable = true;
autopairs.nvim-autopairs.enable = true;
@@ -46,6 +50,11 @@
after = "vim.cmd(\"colorscheme kanagawa\")";
};
"wiki.vim" = {
package = pkgs.vimPlugins.wiki-vim;
before = "vim.g['wiki_root'] = '~/Documents/Scripts/Wiki/personal'";
};
};
opts = {