neovim: markdown plugins
This commit is contained in:
parent
78c70e0560
commit
7701446130
3 changed files with 15 additions and 1 deletions
|
|
@ -11,5 +11,6 @@
|
||||||
./languages
|
./languages
|
||||||
./statusline.nix
|
./statusline.nix
|
||||||
./snippets.nix
|
./snippets.nix
|
||||||
|
./notes.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,14 @@
|
||||||
languages.markdown = {
|
languages.markdown = {
|
||||||
enable = true;
|
enable = true;
|
||||||
format = true;
|
format = true;
|
||||||
|
extensions = {
|
||||||
|
render-markdown-nvim = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
utility = {
|
utility = {
|
||||||
preview.markdownPreview = {enable = true;};
|
preview.markdownPreview = {enable = false;};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
8
outputs/pkgs/ook-vim/config/plugins/notes.nix
Normal file
8
outputs/pkgs/ook-vim/config/plugins/notes.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
vim.notes = {
|
||||||
|
obsidian = {
|
||||||
|
enable = true;
|
||||||
|
dir = "~/Documents/notes";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue