plugins/telekasten: init

This commit is contained in:
Coutinho de Souza 2024-10-16 20:10:45 -03:00
parent 717e7060fa
commit 3c7b6ae5d1
No known key found for this signature in database
GPG key ID: 59081FCB8F9AABB5
2 changed files with 59 additions and 0 deletions

View file

@ -0,0 +1,22 @@
{
empty = {
plugins = {
telescope.enable = true;
telekasten.enable = true;
web-devicons.enable = false;
};
};
example = {
plugins = {
telescope.enable = true;
telekasten = {
enable = true;
settings = {
home.__raw = ''vim.fn.expand("~/zettelkasten")'';
};
};
web-devicons.enable = false;
};
};
}