Add LSP and telescope config

This commit is contained in:
2022-07-04 21:44:59 +01:00
parent 8b585ce6cd
commit 878d7869d7
5 changed files with 90 additions and 4 deletions

View File

@ -0,0 +1,32 @@
require("nvim-lsp-installer").setup({
ensure_installed = {
"bashls",
"cmake",
"cssls",
"dockerls",
"eslint",
"graphql",
"html",
"jsonls",
"tsserver",
"ltex",
"sumneko_lua",
"marksman",
"pylsp",
"rust_analyzer",
"stylelint_lsp",
"vimls",
"lemminx",
"yamlls",
"zls",
},
ui = {
check_outdated_servers_on_open = false,
icons = {
server_installed = "",
server_pending = "",
server_uninstalled = "",
},
},
})