From 426b7728eb7b408ff763d34b130589cfd3538fd8 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Mon, 30 Oct 2023 13:51:49 +0100 Subject: home/neovim: add clojure support --- home/neovim/completion.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'home/neovim/completion.nix') diff --git a/home/neovim/completion.nix b/home/neovim/completion.nix index 70d6e1a..904491d 100644 --- a/home/neovim/completion.nix +++ b/home/neovim/completion.nix @@ -1,9 +1,5 @@ # This module sets up auto completion for Neovim. -{ - pkgs, - lib, - ... -}: { +{pkgs, ...}: { programs.neovim.plugins = with pkgs.vimPlugins; [ # This is the actual completion engine. { @@ -47,5 +43,6 @@ cmp-calc cmp-buffer cmp-path + cmp-conjure ]; } -- cgit v1.2.3