mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 02:59:00 +02:00
plugins/telekasten: init
This commit is contained in:
parent
717e7060fa
commit
3c7b6ae5d1
2 changed files with 59 additions and 0 deletions
22
tests/test-sources/plugins/by-name/telekasten/default.nix
Normal file
22
tests/test-sources/plugins/by-name/telekasten/default.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue