Add clang_check to null_ls
parent
9ee9ec2a44
commit
9cbc4a1b45
|
@ -21,6 +21,7 @@ null_ls.setup({
|
||||||
null_ls.builtins.formatting.clang_format.with({
|
null_ls.builtins.formatting.clang_format.with({
|
||||||
filetypes = { "cpp", "c" },
|
filetypes = { "cpp", "c" },
|
||||||
}),
|
}),
|
||||||
|
null_ls.builtins.diagnostics.clang_check,
|
||||||
|
|
||||||
-- Cmake
|
-- Cmake
|
||||||
null_ls.builtins.formatting.cmake_format,
|
null_ls.builtins.formatting.cmake_format,
|
||||||
|
|
Loading…
Reference in New Issue