Adds lsp configuration and servers for go, elixir, typescript and python
This commit is contained in:
parent
e042914777
commit
35d7f6d756
13 changed files with 313 additions and 35 deletions
|
|
@ -1,2 +1,6 @@
|
|||
require'lspconfig'.tsserver.setup{}
|
||||
require'lspconfig'.tsserver.setup{
|
||||
cmd = {DATA_PATH .. "/lspinstall/typescript/node_modules/.bin/typescript-language-server", "--stdio"},
|
||||
filetypes = { "javascript", "javascriptreact", "javascript.jsx", "typescript", "typescriptreact", "typescript.tsx" },
|
||||
root_dir = require('lspconfig/util').root_pattern("package.json", "tsconfig.json", "jsconfig.json", ".git")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue