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 config.h
.direnv .direnv
custom_dwl.patch custom_dwl.patch
.cache

View file

@ -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)

View file

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