mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-11 21:45:03 +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 = {
|
||||
enabled = true,
|
||||
formatEnabled = true,
|
||||
formatEnabled = false,
|
||||
lineLength = 120,
|
||||
targetVersion = 'py311',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue