From fb3b773249ff6b7572ef9819cfbbdbea222bcd79 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 7 Mar 2022 17:48:38 +0100 Subject: [PATCH] home: vim: add 'luasnip' --- home/vim/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/vim/default.nix b/home/vim/default.nix index 485ae70..0223756 100644 --- a/home/vim/default.nix +++ b/home/vim/default.nix @@ -75,6 +75,7 @@ in cmp-nvim-lsp # LSP suggestions cmp-nvim-lua # NeoVim lua API cmp-under-comparator # Sort items that start with '_' lower + luasnip # Snippet manager compatible with LSP # UX improvements dressing-nvim # Integrate native UI hooks with Telescope etc...