mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-12 14:12:20 +02:00
faster goto definition
This commit is contained in:
parent
a84ce8853e
commit
bad1d8bfcc
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -1063,7 +1063,7 @@ require('lspconfig').pylsp.setup {
|
||||||
},
|
},
|
||||||
ruff = {
|
ruff = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
formatEnabled = true,
|
formatEnabled = false,
|
||||||
lineLength = 120,
|
lineLength = 120,
|
||||||
targetVersion = 'py311',
|
targetVersion = 'py311',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue