telescope bindings and lua ls options

This commit is contained in:
Alexander Gehrke 2023-03-31 12:16:59 +02:00
parent 6f90d902b9
commit 85112244f6
3 changed files with 5 additions and 8 deletions

View file

@ -20,6 +20,7 @@ return function(on_attach)
diagnostics = { globals = { 'vim' } },
workspace = {
library = vim.api.nvim_get_runtime_file("", true),
checkThirdParty = false,
},
telemetry = { enable = false },
},