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

2
lua/nv-globals.lua Normal file
View file

@ -0,0 +1,2 @@
DATA_PATH = vim.fn.stdpath('data')
CACHE_PATH = vim.fn.stdpath('cache')