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