From 243856fe4a3b6afb79aa065c12f88a529187e546 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 8 Jan 2025 11:42:37 -0800 Subject: [PATCH] Add back enabled check for increname --- neovim/lua/lazy_plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/neovim/lua/lazy_plugins.lua b/neovim/lua/lazy_plugins.lua index 0131e36..b43d0b4 100644 --- a/neovim/lua/lazy_plugins.lua +++ b/neovim/lua/lazy_plugins.lua @@ -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