mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-03-07 20:18:07 +01:00
refactor: run nixfmt-tree and deadnix
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
{ ... }:
|
||||
{
|
||||
plugins.vimwiki = {
|
||||
enable = true;
|
||||
settings = {
|
||||
list = [
|
||||
{
|
||||
path = "$HOME/.vimwiki/";
|
||||
template_path = "$HOME/.vimwiki/";
|
||||
template_default = "default";
|
||||
template_ext = "html";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
plugins.vimwiki = {
|
||||
enable = true;
|
||||
settings = {
|
||||
list = [
|
||||
{
|
||||
path = "$HOME/.vimwiki/";
|
||||
template_path = "$HOME/.vimwiki/";
|
||||
template_default = "default";
|
||||
template_ext = "html";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user