mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Add luasnip
This commit is contained in:
@@ -330,15 +330,16 @@ in
|
||||
extraConfig = "lua require('init')";
|
||||
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
completion-nvim
|
||||
/* copilot-vim */
|
||||
cmp-nvim-lsp
|
||||
cmp-path
|
||||
cmp-treesitter
|
||||
friendly-snippets
|
||||
gitlinker-nvim
|
||||
gitsigns-nvim
|
||||
gruvbox-nvim
|
||||
lualine-nvim
|
||||
luasnip
|
||||
nvim-cmp
|
||||
nvim-lspconfig
|
||||
nvim-tree-lua
|
||||
@@ -347,7 +348,6 @@ in
|
||||
nvim-web-devicons
|
||||
packer-nvim
|
||||
plenary-nvim
|
||||
supertab
|
||||
telescope-fzy-native-nvim
|
||||
vim-commentary
|
||||
vim-markdown
|
||||
|
Reference in New Issue
Block a user