This commit is contained in:
talksik
2023-10-24 20:57:48 -07:00
parent edcabc5bfa
commit 681f93316b
5 changed files with 21 additions and 5 deletions
+3 -1
View File
@@ -10,7 +10,9 @@ lsp.ensure_installed({
lsp.configure('clangd', {
init_options = {
offsetEncoding = { "utf-8" }
}
},
-- ignore protobuf files
filetypes = { "c", "cpp", "objc", "objcpp", "hpp" },
})
-- Fix Undefined global 'vim'