wip lazy load plugin

This commit is contained in:
Kopatz
2025-11-07 14:27:24 +01:00
parent f78899b758
commit b9b72afbaf
3 changed files with 6 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
};
plugins.mini-align.enable = true;
plugins.lz-n.enable = true;
keymaps = [
# Global

View File

@@ -1,6 +1,7 @@
{
plugins.render-markdown = {
enable = true;
lazyLoad.settings.ft = "markdown";
settings = {
file_types = [
"markdown"

View File

@@ -1,5 +1,9 @@
{
plugins.typst-preview = {
enable = true;
lazyLoad.settings.ft = [
"typst"
"typ"
];
};
}