mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 18:27:34 +00:00
Don't use inc-rename on nvim 0.7 because it's not supported
This commit is contained in:
parent
b3d96c0ddc
commit
f9e2976d9f
@ -221,7 +221,7 @@ use({
|
|||||||
config = function()
|
config = function()
|
||||||
require("inc_rename").setup()
|
require("inc_rename").setup()
|
||||||
end,
|
end,
|
||||||
disable = vim.fn.has("nvim-0.7.0") ~= 1,
|
disable = vim.fn.has("nvim-0.8.0") ~= 1,
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Generic linter/formatters in diagnostics API
|
-- Generic linter/formatters in diagnostics API
|
||||||
|
Loading…
Reference in New Issue
Block a user