editor settings

This commit is contained in:
Alex Janka 2024-07-24 12:00:04 +10:00
parent ff677c9255
commit e7a847d933
2 changed files with 9 additions and 0 deletions

1
.envrc Normal file
View file

@ -0,0 +1 @@
export PKG_CONFIG_PATH=/usr/lib/wlroots0.17/pkgconfig

8
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,8 @@
{
"editor.formatOnSave": false,
"C_Cpp.default.compileCommands": "/home/alex/forks/swayfx/builddir/compile_commands.json",
"C_Cpp.default.configurationProvider": "mesonbuild.mesonbuild",
"files.associations": {
"*.h": "c"
}
}