From 472d7eda18132993222299e246471d6792d38ddc Mon Sep 17 00:00:00 2001 From: Linnnus Date: Thu, 1 Aug 2024 18:12:55 +0200 Subject: 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. --- hosts/muhammed/home/neovim/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/muhammed/home/neovim/default.nix') 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 ]; } -- cgit v1.2.3