add lua lsp and vscode settings

This commit is contained in:
Kopatz
2025-02-17 17:09:57 +01:00
parent c9fdecc704
commit 72bb0743b6
3 changed files with 9 additions and 1 deletions

View File

@@ -24,7 +24,7 @@
update = "sudo nixos-rebuild switch";
updateFancy = "nh os switch";
updateOffline = "sudo nixos-rebuild switch --option substitute false";
goto = "cd $(find ~/projects -maxdepth 2 -type d | ${pkgs.fzf}/bin/fzf)";
goto = "cd $(find -L ~/projects -maxdepth 2 -type d | ${pkgs.fzf}/bin/fzf)";
dev = "nix-shell --run zsh";
rmt = "trash put";
bat = "bat -P --style plain";