Adding mremoteng and dbee to vim
This commit is contained in:
17
AppData/Local/nvim/lua/kickstart/plugins/db.lua
Normal file
17
AppData/Local/nvim/lua/kickstart/plugins/db.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
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,
|
||||
config = function()
|
||||
require('dbee').setup(--[[optional config]])
|
||||
end,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user