add pkg-config
This commit is contained in:
parent
40a428eaa6
commit
555f76baa7
2 changed files with 2 additions and 4 deletions
|
@ -14,11 +14,8 @@ in
|
||||||
gnumake
|
gnumake
|
||||||
cmake
|
cmake
|
||||||
clang
|
clang
|
||||||
# lsp
|
|
||||||
clang-tools
|
|
||||||
# lint
|
|
||||||
cpplint
|
|
||||||
gdb
|
gdb
|
||||||
|
pkg-config
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,6 +14,7 @@ in
|
||||||
neovim
|
neovim
|
||||||
# lsp
|
# lsp
|
||||||
clang-tools
|
clang-tools
|
||||||
|
cmake-language-server
|
||||||
# lint
|
# lint
|
||||||
cpplint
|
cpplint
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue