Add a couple of plugins to pretty up the place
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
return {
|
|
||||||
'tummetott/unimpaired.nvim',
|
|
||||||
config = function()
|
|
||||||
require('unimpaired').setup({})
|
|
||||||
end
|
|
||||||
}
|
|
||||||
5
lua/plugins/utilities.lua
Normal file
5
lua/plugins/utilities.lua
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
return {
|
||||||
|
{ 'tummetott/unimpaired.nvim' },
|
||||||
|
{ 'stevearc/dressing.nvim' },
|
||||||
|
{ 'kevinhwang91/nvim-bqf' },
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user