clangd setup
This commit is contained in:
parent
215f36ea35
commit
8a582574da
3 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,3 +6,4 @@ dwl
|
||||||
config.h
|
config.h
|
||||||
.direnv
|
.direnv
|
||||||
custom_dwl.patch
|
custom_dwl.patch
|
||||||
|
.cache
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -38,7 +38,7 @@ cursor-shape-v1-protocol.h:
|
||||||
config.h:
|
config.h:
|
||||||
cp config.def.h $@
|
cp config.def.h $@
|
||||||
clean:
|
clean:
|
||||||
rm -f dwl *.o *-protocol.h
|
rm -f dwl *.o *-protocol.h config.h
|
||||||
|
|
||||||
dist: clean
|
dist: clean
|
||||||
mkdir -p dwl-$(VERSION)
|
mkdir -p dwl-$(VERSION)
|
||||||
|
|
|
@ -7,6 +7,7 @@ let packages = with pkgs; [
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
libinput
|
libinput
|
||||||
pixman
|
pixman
|
||||||
|
glibc
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
|
|
Loading…
Reference in a new issue