chore(nvim): added back clangd lsp init options, not sure what they do

This commit is contained in:
Kyren223
2024-08-06 12:28:52 +03:00
parent 91409fbd0f
commit 1579ac0bda

View File

@@ -31,11 +31,11 @@ return {
'.git'
)(filename) or vim.fn.getcwd()
end,
-- init_options = {
-- usePlaceholders = true,
-- completeUnimported = true,
-- clangdFileStatus = true,
-- },
init_options = {
usePlaceholders = true,
completeUnimported = true,
clangdFileStatus = true,
},
}, -- c/cpp
neocmake = {
root_dir = function(filename)