diff options
Diffstat (limited to 'hosts/muhammed/home/neovim/default.nix')
-rw-r--r-- | hosts/muhammed/home/neovim/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/muhammed/home/neovim/default.nix b/hosts/muhammed/home/neovim/default.nix index bba50be..8efb97d 100644 --- a/hosts/muhammed/home/neovim/default.nix +++ b/hosts/muhammed/home/neovim/default.nix @@ -3,5 +3,6 @@ {...}: { imports = [ ./lsp.nix + ./filetype.nix ]; } |