Add pyright and taplo to install automatic
This commit is contained in:
parent
94fb9a2255
commit
882c623385
1 changed files with 2 additions and 1 deletions
3
init.lua
3
init.lua
|
|
@ -557,7 +557,8 @@ require('lazy').setup({
|
|||
local servers = {
|
||||
-- clangd = {},
|
||||
-- gopls = {},
|
||||
-- pyright = {},
|
||||
pyright = {},
|
||||
taplo = {}, -- LSP for toml files
|
||||
-- rust_analyzer = {},
|
||||
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
||||
--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue