From 2666ffdc423637731a2e5f71a4ddfa6f44529bc8 Mon Sep 17 00:00:00 2001 From: Arthur Wambst Date: Wed, 9 Apr 2025 15:52:35 +0200 Subject: [PATCH] added vsnip runtime --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index fc1b6bb..d6d9038 100644 --- a/flake.nix +++ b/flake.nix @@ -44,6 +44,8 @@ set runtimepath+=${inputs.plugin-dracula} set runtimepath+=${inputs.plugin-lsp} set runtimepath+=${inputs.plugin-cmp} + set runtimepath+=${inputs.plugin-cmp-vsnip} + colorscheme dracula autocmd BufEnter * :setlocal tabstop=2 shiftwidth=2 expandtab autocmd BufEnter *.nix :setlocal tabstop=2 shiftwidth=2 expandtab