Add a couple of plugins to pretty up the place

This commit is contained in:
Kenneth Benzie 2024-03-14 23:34:09 +00:00
parent 77452d989d
commit 4072fd3ccf
2 changed files with 5 additions and 6 deletions

View File

@ -1,6 +0,0 @@
return {
'tummetott/unimpaired.nvim',
config = function()
require('unimpaired').setup({})
end
}

View File

@ -0,0 +1,5 @@
return {
{ 'tummetott/unimpaired.nvim' },
{ 'stevearc/dressing.nvim' },
{ 'kevinhwang91/nvim-bqf' },
}