Add ZLS config
This commit is contained in:
parent
a4b1559c89
commit
087b6f1685
2 changed files with 10 additions and 1 deletions
7
Makefile
7
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 $^ $@
|
||||
|
|
|
|||
4
zls.json
Normal file
4
zls.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"enable_semantic_tokens": true,
|
||||
"zig_lib_path": "/home/joachim/src/zig/lib"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue