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 - home/neovim/filetype.nix | 13 ------------- 2 files changed, 14 deletions(-) delete mode 100644 home/neovim/filetype.nix (limited to 'home/neovim') 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 ]; diff --git a/home/neovim/filetype.nix b/home/neovim/filetype.nix deleted file mode 100644 index cb47420..0000000 --- a/home/neovim/filetype.nix +++ /dev/null @@ -1,13 +0,0 @@ -# This module configures various syntax/filetype plugins for Neovim. -{pkgs, ...}: { - programs.neovim.plugins = with pkgs; - with vimPlugins; [ - # Filetype plugins - nim-vim - vim-nix - vim-noweb - vim-janet - vim-crystal - vim-svelte - ]; -} -- cgit v1.2.3