From 7e47bd3f4d0508a7bfa1aeb6c1567e5e06fee326 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sat, 16 Apr 2022 10:08:50 +0200 Subject: vim: add notify and comment-nvim plugins --- common/vim.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/vim.nix') 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 lualine-lsp-progress gitsigns-nvim diffview-nvim + nvim-notify + # Completion nvim-cmp cmp-buffer cmp-calc @@ -84,9 +86,11 @@ let cmp-treesitter cmp-vsnip + # Snippets vim-vsnip vim-vsnip-integ + # Telescope telescope-nvim telescope-file-browser-nvim telescope-ui-select-nvim @@ -120,6 +124,7 @@ let tabular vim-abolish vim-oscyank + comment-nvim ] ++ config.vim.extraPlugins; }; }; -- cgit v1.2.3