diff options
author | Linnnus <[email protected]> | 2024-08-01 18:12:55 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-08-01 18:12:55 +0200 |
commit | 472d7eda18132993222299e246471d6792d38ddc (patch) | |
tree | 2543035beb253c20343c92ef42224ad1b1500017 /home/neovim/default.nix | |
parent | af0feaa1c5216c8fa7a7b38ff4eada6789914bce (diff) |
muhammed: Add Gleam
This patch sets up a Gleam development environment on Muhammed.
I also took this opportunity to move a whole bunch of
development-related filetype plugins to Muhammed, reducing closure size
on Ahmed.
Diffstat (limited to 'home/neovim/default.nix')
-rw-r--r-- | home/neovim/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/neovim/default.nix b/home/neovim/default.nix index 56f6171..f5ace73 100644 --- a/home/neovim/default.nix +++ b/home/neovim/default.nix @@ -1,7 +1,6 @@ # This file contains the HM configuration options for Neovim. {...}: { imports = [ - ./filetype.nix ./completion.nix ./editing-plugins.nix ]; |