From 96ebad2dbae4dfb7cddf252ea8367df83ffd1c4b Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Mon, 17 May 2021 14:24:46 +0800 Subject: [PATCH] update --- emacs.el | 2 +- fish/nix.fish | 4 ++++ srcfiles/src | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) 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