summaryrefslogtreecommitdiff
path: root/home/neovim/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/neovim/default.nix')
-rw-r--r--home/neovim/default.nix6
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