diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/vim.nix | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/common/vim.nix b/common/vim.nix index 09dd9f5..17d18ac 100644 --- a/common/vim.nix +++ b/common/vim.nix | |||
@@ -72,9 +72,17 @@ let | |||
72 | gitsigns-nvim | 72 | gitsigns-nvim |
73 | diffview-nvim | 73 | diffview-nvim |
74 | 74 | ||
75 | nvim-compe | 75 | nvim-cmp |
76 | compe-latex-symbols | 76 | cmp-buffer |
77 | compe-zsh | 77 | cmp-calc |
78 | cmp-cmdline | ||
79 | cmp-latex-symbols | ||
80 | cmp-nvim-lsp | ||
81 | cmp-path | ||
82 | cmp-spell | ||
83 | cmp-tmux | ||
84 | cmp-treesitter | ||
85 | cmp-vsnip | ||
78 | 86 | ||
79 | vim-vsnip | 87 | vim-vsnip |
80 | vim-vsnip-integ | 88 | vim-vsnip-integ |