Merge branch 'main' of github.com:esensar/dotfiles
commit
4af7ce108a
|
@ -18,7 +18,9 @@ null_ls.setup({
|
||||||
null_ls.builtins.diagnostics.ktlint,
|
null_ls.builtins.diagnostics.ktlint,
|
||||||
|
|
||||||
-- C++ and C
|
-- C++ and C
|
||||||
null_ls.builtins.formatting.clang_format,
|
null_ls.builtins.formatting.clang_format.with({
|
||||||
|
filetypes = { "cpp", "c" },
|
||||||
|
}),
|
||||||
|
|
||||||
-- Cmake
|
-- Cmake
|
||||||
null_ls.builtins.formatting.cmake_format,
|
null_ls.builtins.formatting.cmake_format,
|
||||||
|
|
|
@ -5,9 +5,4 @@ require("java_plugin_host").setup({
|
||||||
load_class = true,
|
load_class = true,
|
||||||
compile_java = true,
|
compile_java = true,
|
||||||
},
|
},
|
||||||
common_host = {
|
|
||||||
custom_repositories = {
|
|
||||||
"https://maven.pkg.github.com/OWNER/REPOSITORY",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue