fix(pyright): disable on_attach so keybinds are not overridden w/ ruff
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
local lsp = require("lsp")
|
||||
|
||||
---@type vim.lsp.Config
|
||||
return {
|
||||
on_attach = lsp.on_attach,
|
||||
settings = {
|
||||
python = {
|
||||
analysis = {
|
||||
|
||||
Reference in New Issue
Block a user