telekasten
URL: https://github.com/nvim-telekasten/telekasten.nvim/
Maintainers: Coutinho de Souza
plugins.telekasten.enable
Whether to enable telekasten.nvim.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.telekasten.package
The telekasten.nvim package to use.
Type: package
Default:
pkgs.vimPlugins.telekasten-nvim
Declared by:
plugins.telekasten.plenaryPackage
The plenary-nvim package to use.
Type: null or package
Default:
pkgs.plenary-nvim
Declared by:
plugins.telekasten.settings
Options provided to the require('telekasten').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
home = {
__raw = "vim.fn.expand(\"~/zettelkasten\")";
};
}
Declared by: