AutoYADM commit: 2024-12-20 20:30:01
This commit is contained in:
parent
c89e2c8fdf
commit
0130645bf9
2 changed files with 10 additions and 17 deletions
|
@ -1,20 +1,3 @@
|
||||||
-- return {
|
|
||||||
-- "neovim/nvim-lspconfig",
|
|
||||||
-- opts = {
|
|
||||||
-- servers = {
|
|
||||||
-- basedpyright = {
|
|
||||||
-- settings = {
|
|
||||||
-- analysis = {
|
|
||||||
-- typeCheckingMode = "off",
|
|
||||||
-- inlayHints = {
|
|
||||||
-- genericTypes = true,
|
|
||||||
-- },
|
|
||||||
-- },
|
|
||||||
-- },
|
|
||||||
-- },
|
|
||||||
-- },
|
|
||||||
-- },
|
|
||||||
-- }
|
|
||||||
return {
|
return {
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
opts = {
|
opts = {
|
||||||
|
|
10
.config/nvim/lua/plugins/ruff.lua
Normal file
10
.config/nvim/lua/plugins/ruff.lua
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
return {
|
||||||
|
"neovim/nvim-lspconfig",
|
||||||
|
opts = {
|
||||||
|
servers = {
|
||||||
|
ruff = {
|
||||||
|
autostart = false,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue