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
|
---@type vim.lsp.Config
|
||||||
return {
|
return {
|
||||||
on_attach = lsp.on_attach,
|
|
||||||
settings = {
|
settings = {
|
||||||
python = {
|
python = {
|
||||||
analysis = {
|
analysis = {
|
||||||
|
|||||||
Reference in New Issue
Block a user