mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 20:16:27 +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()
|
||||
require("inc_rename").setup()
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user