all repos — nixfiles @ 36aa228ff66bc1e4c1827a70595cd38199d9615b

System and user configuration, managed by nix and home-manager

neovim: fix startup error (missing cmp)

Alan Pearce
commit

36aa228ff66bc1e4c1827a70595cd38199d9615b

parent

3e2d3057efe41ed558bbc3dc211cf3f814d65cb6

1 file changed, 3 insertions(+), 0 deletions(-)

changed files
M user/settings/neovim.nixuser/settings/neovim.nix
@@ -37,6 +37,9 @@ };
}; plugins = { + cmp = { + enable = true; + }; blink-cmp = { enable = true; settings = {