diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-25 00:00:37 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-25 00:00:37 -0400 |
commit | ec64ebc186833c3a4512ca98a9e579de8ab7f800 (patch) | |
tree | 207461aa6fc3fbe78e3ee0fd04b8a6238edea40f /hosts | |
parent | remove unused firefox extensions (diff) | |
download | dotfiles-nix-ec64ebc186833c3a4512ca98a9e579de8ab7f800.tar.gz dotfiles-nix-ec64ebc186833c3a4512ca98a9e579de8ab7f800.tar.bz2 dotfiles-nix-ec64ebc186833c3a4512ca98a9e579de8ab7f800.zip |
fix neovim lsps, add lua_ls
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/shinji/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix index 74f3052..5c39012 100644 --- a/hosts/shinji/default.nix +++ b/hosts/shinji/default.nix @@ -50,6 +50,7 @@ }; development = { c = true; + lua = true; rust = true; web = true; }; |