Adds lsp configuration and servers for go, elixir, typescript and python

This commit is contained in:
Mariano Uvalle 2021-06-21 19:57:46 -05:00
parent e042914777
commit 35d7f6d756
13 changed files with 313 additions and 35 deletions

View file

@ -1,2 +1,4 @@
require'lspconfig'.pyright.setup{}
require'lspconfig'.pyright.setup{
cmd = {DATA_PATH .. "/lspinstall/python/node_modules/.bin/pyright-langserver", "--stdio"},
}