2 files changed,
2 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-04-28 23:14:26 +0300
Parent:
96baeef
M
lua/plugins/lsp/null-ls.lua
@@ -11,5 +11,6 @@ diagnostic.selene,
formatting.goimports, formatting.golines, formatting.prettierd, + formatting.clang_format, }, }
M
lua/plugins/lsp/servers.lua
@@ -1,4 +1,5 @@
return { + clangd = {}, tsserver = {}, eslint = {}, html = {},