From 08dda6df0b2557e2168aa7d6ec29c94e7bf10294 Mon Sep 17 00:00:00 2001 From: Arthur Wambst Date: Wed, 23 Apr 2025 20:13:42 +0200 Subject: [PATCH] trying fixes for cmp --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 02dda17..a99ed9e 100644 --- a/flake.nix +++ b/flake.nix @@ -45,6 +45,10 @@ url = "https://github.com/hrsh7th/cmp-cmdline"; flake = false; }; + plugin-vim-vsnip = { + url = "https://github.com/hrsh7th/vim-vsnip"; + flake = false; + }; }; outputs = { self, nixpkgs, neovim, ... }@inputs: { @@ -64,6 +68,7 @@ set runtimepath+=${inputs.plugin-cmp-path} set runtimepath+=${inputs.plugin-cmp-lsp} set runtimepath+=${inputs.plugin-cmp-cmd} + set runtimepath+=${inputs.plugin-vim-vsnip} colorscheme dracula autocmd BufEnter * :setlocal tabstop=2 shiftwidth=2 expandtab