This commit is contained in:
Ben Kyd
2023-04-04 21:07:25 +01:00
parent 7e32fc2f93
commit 1bb239e8ec

View File

@@ -13,17 +13,6 @@ lsp.ensure_installed({
'clangd',
})
-- Fix Undefined global 'vim'
lsp.configure('lua-language-server', {
settings = {
Lua = {
diagnostics = {
globals = { 'vim' }
}
}
}
})
lsp.configure('clangd', {
capabilities = {
offsetEncoding = { "utf-16" }