all repos

init.lua @ c1837ecc781dd5afdec69cf221a736a21e0c5117

my nvim config
2 files changed, 2 insertions(+), 0 deletions(-)
feat(lsp): setup for c

don't think it will last here for long, but i will lean some c tho
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 = {},