mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-30 06:39:33 +02:00
Native LSP, more Lua, less CoC
This commit is contained in:
parent
56f65b12a4
commit
474f961b2a
39 changed files with 906 additions and 671 deletions
3
lua/lsp/javascript-ls.lua
Normal file
3
lua/lsp/javascript-ls.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
-- npm install -g typescript typescript-language-server
|
||||
require'lspconfig'.tsserver.setup{}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue