diff --git a/emacs.el b/emacs.el index c752c38..c667ac2 100644 --- a/emacs.el +++ b/emacs.el @@ -153,7 +153,7 @@ (add-to-list 'lsp-language-id-configuration '(zig-mode . "zig")) (lsp-register-client (make-lsp-client - :new-connection (lsp-stdio-connection "~/src/zls/zig-cache/bin/zls") + :new-connection (lsp-stdio-connection "~/src/zls/zig-out/bin/zls") :major-modes '(zig-mode) :server-id 'zls))) diff --git a/fish/nix.fish b/fish/nix.fish index abeb139..6e0eec2 100644 --- a/fish/nix.fish +++ b/fish/nix.fish @@ -19,3 +19,7 @@ end function launch $argv & && disown && exit end + +function noise + $argv && mpv ~/audio/success.wav || mpv ~/audio/error.wav +end diff --git a/srcfiles/src b/srcfiles/src index 3489a9e..a1fe6a7 100644 --- a/srcfiles/src +++ b/srcfiles/src @@ -43,6 +43,8 @@ tar https://ftp.gnu.org/gnu/ed/ed-1.16.tar.lz ed-1.16 tar https://www.sudo.ws/dist/sudo-1.9.0.tar.gz sudo-1.9.0 tar http://www.kernel.org/pub/linux/bluetooth/bluez-5.56.tar.xz bluez-5.56 tar http://www.netlib.org/misc/intel/IntelRDFPMathLib20U2.tar.gz IntelRDFPMathLib20U2 +tar https://xorg.freedesktop.org/archive/individual/app/igt-gpu-tools-1.25.tar.xz igt-gpu-tools-1.25 +tar https://xorg.freedesktop.org/archive/individual/app/igt-gpu-tools-1.26.tar.xz igt-gpu-tools-1.26 # Languages @@ -225,6 +227,8 @@ git https://github.com/swaywm/wlroots wlroots git https://github.com/mattnite/zigbox zigbox git https://github.com/mattnite/gyro gyro git https://github.com/aeronavery/zig-toml zig-toml +git https://github.com/zigimg/zigimg zigimg +git https://github.com/zigimg/test-suite zigimg-test-suite # My own projects git git@github.com:ziglibs/lscolors zig-lscolors