mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-12 18:34:41 +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/python-ls.lua
Normal file
3
lua/lsp/python-ls.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
-- npm i -g pyright
|
||||
require'lspconfig'.pyright.setup{}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue