mirror of
https://github.com/Ascyii/nvim.git
synced 2026-01-01 04:04:24 -05:00
More lsps
This commit is contained in:
@@ -65,6 +65,10 @@ return {
|
||||
table.remove(servers_modified, i)
|
||||
break
|
||||
end
|
||||
if v == "clangd" then
|
||||
table.remove(servers_modified, i)
|
||||
break
|
||||
end
|
||||
end
|
||||
|
||||
require("mason-lspconfig").setup({
|
||||
|
||||
Reference in New Issue
Block a user