diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/vim.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/vim.nix b/common/vim.nix index 17d18ac..47dc04f 100644 --- a/common/vim.nix +++ b/common/vim.nix | |||
@@ -71,7 +71,9 @@ let | |||
71 | lualine-lsp-progress | 71 | lualine-lsp-progress |
72 | gitsigns-nvim | 72 | gitsigns-nvim |
73 | diffview-nvim | 73 | diffview-nvim |
74 | nvim-notify | ||
74 | 75 | ||
76 | # Completion | ||
75 | nvim-cmp | 77 | nvim-cmp |
76 | cmp-buffer | 78 | cmp-buffer |
77 | cmp-calc | 79 | cmp-calc |
@@ -84,9 +86,11 @@ let | |||
84 | cmp-treesitter | 86 | cmp-treesitter |
85 | cmp-vsnip | 87 | cmp-vsnip |
86 | 88 | ||
89 | # Snippets | ||
87 | vim-vsnip | 90 | vim-vsnip |
88 | vim-vsnip-integ | 91 | vim-vsnip-integ |
89 | 92 | ||
93 | # Telescope | ||
90 | telescope-nvim | 94 | telescope-nvim |
91 | telescope-file-browser-nvim | 95 | telescope-file-browser-nvim |
92 | telescope-ui-select-nvim | 96 | telescope-ui-select-nvim |
@@ -120,6 +124,7 @@ let | |||
120 | tabular | 124 | tabular |
121 | vim-abolish | 125 | vim-abolish |
122 | vim-oscyank | 126 | vim-oscyank |
127 | comment-nvim | ||
123 | ] ++ config.vim.extraPlugins; | 128 | ] ++ config.vim.extraPlugins; |
124 | }; | 129 | }; |
125 | }; | 130 | }; |