setup clang-tools + lspconfig

This commit is contained in:
♥ Minnie ♥ 2024-02-05 11:15:58 +08:00
parent e7b293bcfc
commit e956da703b
2 changed files with 4 additions and 0 deletions

View file

@ -59,6 +59,9 @@ return {
-- Nix
lspconfig.nil_ls.setup{}
-- C
lspconfig.clangd.setup{}
--
-- Global mappings

View file

@ -18,6 +18,7 @@
nil
haskell-language-server
lua-language-server
clang-tools
];
};