This commit is contained in:
joachimschmidt557 2021-05-17 14:24:46 +08:00
parent 44f2e4f33b
commit 96ebad2dba
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
3 changed files with 9 additions and 1 deletions

View file

@ -153,7 +153,7 @@
(add-to-list 'lsp-language-id-configuration '(zig-mode . "zig")) (add-to-list 'lsp-language-id-configuration '(zig-mode . "zig"))
(lsp-register-client (lsp-register-client
(make-lsp-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) :major-modes '(zig-mode)
:server-id 'zls))) :server-id 'zls)))

View file

@ -19,3 +19,7 @@ end
function launch function launch
$argv & && disown && exit $argv & && disown && exit
end end
function noise
$argv && mpv ~/audio/success.wav || mpv ~/audio/error.wav
end

View file

@ -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 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.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 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 # Languages
@ -225,6 +227,8 @@ git https://github.com/swaywm/wlroots wlroots
git https://github.com/mattnite/zigbox zigbox git https://github.com/mattnite/zigbox zigbox
git https://github.com/mattnite/gyro gyro git https://github.com/mattnite/gyro gyro
git https://github.com/aeronavery/zig-toml zig-toml 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 # My own projects
git git@github.com:ziglibs/lscolors zig-lscolors git git@github.com:ziglibs/lscolors zig-lscolors