diff --git a/Makefile b/Makefile index ce08b04..7487cac 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,9 @@ st: $(DESTDIR)/src/st/config.h gitconfig: $(DESTDIR)/.gitconfig -.PHONY: fish i3 i3status vis Xresources fontconfig srcfile st +zls: $(DESTDIR)$(PREFIX)/zls.json + +.PHONY: fish i3 i3status vis Xresources fontconfig srcfile st gitconfig zls ## Actual file operations @@ -46,3 +48,6 @@ $(DESTDIR)/src/.srcfile: $(PWD)/srcfiles/src $(DESTDIR)/.gitconfig: $(PWD)/gitconfig ln -sf $^ $@ + +$(DESTDIR)$(PREFIX)/zls.json: $(PWD)/zls.json + ln -sf $^ $@ diff --git a/zls.json b/zls.json new file mode 100644 index 0000000..6a20358 --- /dev/null +++ b/zls.json @@ -0,0 +1,4 @@ +{ + "enable_semantic_tokens": true, + "zig_lib_path": "/home/joachim/src/zig/lib" +}