add more lsp

This commit is contained in:
Eric Tiedemann 2023-12-06 08:15:52 -05:00
parent 41351f6007
commit e2b0c8102f
1 changed files with 6 additions and 0 deletions

View File

@ -525,6 +525,11 @@ local servers = {
rust_analyzer = {},
pylsp = {},
ruff_lsp = {},
html = {},
jsonls = {},
marksman = {},
powershell_es = {},
terraformls = {},
-- tsserver = {},
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
@ -540,6 +545,7 @@ local servers = {
-- Setup neovim lua configuration
require('neodev').setup()
require 'lspconfig'.grammarly.setup {}
-- nvim-cmp supports additional completion capabilities, so broadcast that to servers
local capabilities = vim.lsp.protocol.make_client_capabilities()