Changed backend due to lag
This commit is contained in:
@@ -7,7 +7,7 @@ return {
|
|||||||
event = "LspAttach",
|
event = "LspAttach",
|
||||||
config = function()
|
config = function()
|
||||||
require("tiny-code-action").setup({
|
require("tiny-code-action").setup({
|
||||||
backend = "delta",
|
backend = "vim",
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user