mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
switch to ruff from ruff_lsp for neovim
This commit is contained in:
parent
88f130c69e
commit
1f63664246
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ require("mason").setup()
|
|||
require("mason-lspconfig").setup {
|
||||
-- automatically install language servers setup below for lspconfig
|
||||
automatic_installation = true,
|
||||
ensure_installed = { "bashls", "jedi_language_server", "ruff_lsp", "lua_ls" }
|
||||
ensure_installed = { "bashls", "jedi_language_server", "ruff", "lua_ls" }
|
||||
}
|
||||
|
||||
-- Set up lspconfig.
|
||||
|
@ -104,7 +104,7 @@ lspconfig.jedi_language_server.setup{
|
|||
}
|
||||
|
||||
-- python - ruff linting
|
||||
lspconfig.ruff_lsp.setup{
|
||||
lspconfig.ruff.setup{
|
||||
capabilities = capabilities
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue