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. --- home/neovim/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'home/neovim/default.nix') 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 ]; -- cgit v1.2.3