Refactored nvim config to make it easier and less insanely nested
This commit is contained in:
12
.config/nvim/lua/plugins/nvim-dbee.lua
Normal file
12
.config/nvim/lua/plugins/nvim-dbee.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
'kndndrj/nvim-dbee',
|
||||
dependencies = { 'MunifTanjim/nui.nvim' },
|
||||
build = function()
|
||||
-- Install tries to automatically detect the install method.
|
||||
-- if it fails, try calling it with one of these parameters:
|
||||
-- "curl", "wget", "bitsadmin", "go"
|
||||
require('dbee').install()
|
||||
end,
|
||||
cmd = 'Dbee',
|
||||
opts = {},
|
||||
}
|
||||
Reference in New Issue
Block a user