Revert to the goated vim-unimpaired

This commit is contained in:
Kenneth Benzie 2025-11-06 16:08:28 +00:00
parent 65c394a681
commit b65d0ef36d

View File

@ -34,12 +34,7 @@ local noice = {
return { return {
-- noice, -- noice,
{ 'echasnovski/mini.comment', opts = { options = { ignore_blank_line = true } } }, { 'echasnovski/mini.comment', opts = { options = { ignore_blank_line = true } } },
{ { 'tpope/vim-unimpaired', lazy = false },
'idanarye/nvim-impairative',
config = function()
require('impairative').setup({})
require('impairative.replicate-unimpaired')()
end},
{ 'stevearc/dressing.nvim' }, { 'stevearc/dressing.nvim' },
{ 'kevinhwang91/nvim-bqf' }, { 'kevinhwang91/nvim-bqf' },
} }