mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-20 10:45:51 +02:00
plugins/dbee: init
This commit is contained in:
parent
d88fde1899
commit
c457fe9424
2 changed files with 351 additions and 0 deletions
15
plugins/by-name/dbee/default.nix
Normal file
15
plugins/by-name/dbee/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ lib, ... }:
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "dbee";
|
||||
packPathName = "nvim-dbee";
|
||||
package = "nvim-dbee";
|
||||
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
settingsExample = {
|
||||
default_connection = "wtg";
|
||||
sources = [
|
||||
(lib.nixvim.nestedLiteralLua "require('dbee.sources').FileSource:new(vim.fn.stdpath('cache') .. '/dbee/persistence.json')")
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue