add more lsp
This commit is contained in:
parent
41351f6007
commit
e2b0c8102f
6
init.lua
6
init.lua
|
@ -525,6 +525,11 @@ local servers = {
|
||||||
rust_analyzer = {},
|
rust_analyzer = {},
|
||||||
pylsp = {},
|
pylsp = {},
|
||||||
ruff_lsp = {},
|
ruff_lsp = {},
|
||||||
|
html = {},
|
||||||
|
jsonls = {},
|
||||||
|
marksman = {},
|
||||||
|
powershell_es = {},
|
||||||
|
terraformls = {},
|
||||||
-- tsserver = {},
|
-- tsserver = {},
|
||||||
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
|
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
|
||||||
|
|
||||||
|
@ -540,6 +545,7 @@ local servers = {
|
||||||
|
|
||||||
-- Setup neovim lua configuration
|
-- Setup neovim lua configuration
|
||||||
require('neodev').setup()
|
require('neodev').setup()
|
||||||
|
require 'lspconfig'.grammarly.setup {}
|
||||||
|
|
||||||
-- nvim-cmp supports additional completion capabilities, so broadcast that to servers
|
-- nvim-cmp supports additional completion capabilities, so broadcast that to servers
|
||||||
local capabilities = vim.lsp.protocol.make_client_capabilities()
|
local capabilities = vim.lsp.protocol.make_client_capabilities()
|
||||||
|
|
Loading…
Reference in New Issue