mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-09 23:17:38 +00:00
Add back enabled check for increname
This commit is contained in:
parent
d76cb9bd06
commit
243856fe4a
@ -394,6 +394,7 @@ return {
|
||||
input_buffer_type = "dressing",
|
||||
},
|
||||
lazy = true,
|
||||
enabled = vim.fn.has("nvim-0.8") == 1,
|
||||
},
|
||||
|
||||
-- Generic linter/formatters in diagnostics API
|
||||
|
Loading…
Reference in New Issue
Block a user