Add ZLS config

This commit is contained in:
joachimschmidt557 2020-12-24 13:44:21 +01:00
parent a4b1559c89
commit 087b6f1685
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 10 additions and 1 deletions

View file

@ -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 $^ $@

4
zls.json Normal file
View file

@ -0,0 +1,4 @@
{
"enable_semantic_tokens": true,
"zig_lib_path": "/home/joachim/src/zig/lib"
}