From 96b814111069b36c1c7a4395348e4af41d336bcc Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 14 Mar 2023 20:47:35 +0100 Subject: Move language-based editor plugins to language files --- user/settings/development/web.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'user/settings/development/web.nix') diff --git a/user/settings/development/web.nix b/user/settings/development/web.nix index f1f45878..64502198 100644 --- a/user/settings/development/web.nix +++ b/user/settings/development/web.nix @@ -12,4 +12,17 @@ ++ [ pkgs.nodePackages.stylelint ]; + programs.emacs.extraPackages = epkgs: (with epkgs; [ + caddyfile-mode + company-web + emmet-mode + nginx-mode + restclient + scss-mode + web-mode + ]); + programs.neovim.plugins = with pkgs.vimPlugins; [ + coc-css + coc-html + ]; } -- cgit 1.4.1