switched out py_lsp for ruff_lsp.
This commit is contained in:
parent
cf54c8dea9
commit
afc4a469df
|
@ -69,8 +69,8 @@ require('lazy').setup({
|
||||||
'lua_ls',
|
'lua_ls',
|
||||||
'rust_analyzer',
|
'rust_analyzer',
|
||||||
'bashls',
|
'bashls',
|
||||||
'pylsp', -- run PylspInstall pylsp-rope python-lsp-black python-lsp-ruff
|
|
||||||
'pyright',
|
'pyright',
|
||||||
|
'ruff_lsp',
|
||||||
'texlab',
|
'texlab',
|
||||||
'clangd',
|
'clangd',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue