summaryrefslogtreecommitdiff
path: root/modules/development
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-24 16:31:38 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-24 16:31:38 -0400
commitb54035b68dba27043e4a7cda1757e20510c717e9 (patch)
treea0936c41f59c70cc61de3221f20edc659746977e /modules/development
parentremove pfetch from zsh (diff)
downloaddotfiles-nix-b54035b68dba27043e4a7cda1757e20510c717e9.tar.gz
dotfiles-nix-b54035b68dba27043e4a7cda1757e20510c717e9.tar.bz2
dotfiles-nix-b54035b68dba27043e4a7cda1757e20510c717e9.zip
make neovim lsps toggle with development options
Diffstat (limited to 'modules/development')
-rw-r--r--modules/development/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/development/default.nix b/modules/development/default.nix
index cf87897..24c885d 100644
--- a/modules/development/default.nix
+++ b/modules/development/default.nix
@@ -42,7 +42,9 @@ in {
maven
])
++ (optionals cfg.web [
+ phpactor
sassc
+ typescript-language-server
])
++ (optionals cfg.zig [
zig