clangd setup

This commit is contained in:
Tobias Berger 2024-01-12 21:48:11 +01:00
parent 215f36ea35
commit 8a582574da
Signed by: toby
GPG key ID: 2D05EFAB764D6A88
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -6,3 +6,4 @@ dwl
config.h
.direnv
custom_dwl.patch
.cache

View file

@ -38,7 +38,7 @@ cursor-shape-v1-protocol.h:
config.h:
cp config.def.h $@
clean:
rm -f dwl *.o *-protocol.h
rm -f dwl *.o *-protocol.h config.h
dist: clean
mkdir -p dwl-$(VERSION)

View file

@ -7,6 +7,7 @@ let packages = with pkgs; [
libxkbcommon
libinput
pixman
glibc
];
in
pkgs.mkShell {