diff options
author | Linnnus <[email protected]> | 2023-10-30 13:51:49 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-10-30 13:51:49 +0100 |
commit | 426b7728eb7b408ff763d34b130589cfd3538fd8 (patch) | |
tree | 6dbd82649445af7624aefc5d493b03064151ee7a /home/neovim/default.nix | |
parent | 1d256f99ddd40b63b9be5c014c6855e2c2df8391 (diff) |
home/neovim: add clojure support
Diffstat (limited to 'home/neovim/default.nix')
-rw-r--r-- | home/neovim/default.nix | 6 |
1 files changed, 1 insertions, 5 deletions
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 |