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/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'home/neovim/default.nix') diff --git a/home/neovim/default.nix b/home/neovim/default.nix index 4d49854..1739047 100644 --- a/home/neovim/default.nix +++ b/home/neovim/default.nix @@ -1,9 +1,5 @@ # This file contains the HM configuration options for Neovim. -{ - pkgs, - lib, - ... -}: { +{...}: { imports = [ ./lsp.nix ./filetype.nix -- cgit v1.2.3