diff --git a/init.lua b/init.lua index 8d14161..73d9f46 100644 --- a/init.lua +++ b/init.lua @@ -145,7 +145,7 @@ require('nvim-treesitter.configs').setup { ensure_installed = { 'c', 'cpp', 'rust', 'go', 'lua', 'python', 'rust', 'typescript', 'help', 'vim' }, highlight = { enable = true }, - indent = { enable = true, disable = { 'python' } }, + indent = { enable = true, disable = { 'python', 'c', 'cpp' } }, incremental_selection = { enable = true, keymaps = { @@ -214,7 +214,7 @@ local servers = { rust_analyzer = {}, -- tsserver = {}, - sumneko_lua = { + lua_ls = { Lua = { workspace = { checkThirdParty = false }, telemetry = { enable = false },