Changes to NVF
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user