wip lazy load plugin
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
};
|
||||
|
||||
plugins.mini-align.enable = true;
|
||||
plugins.lz-n.enable = true;
|
||||
|
||||
keymaps = [
|
||||
# Global
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
plugins.render-markdown = {
|
||||
enable = true;
|
||||
lazyLoad.settings.ft = "markdown";
|
||||
settings = {
|
||||
file_types = [
|
||||
"markdown"
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
{
|
||||
plugins.typst-preview = {
|
||||
enable = true;
|
||||
lazyLoad.settings.ft = [
|
||||
"typst"
|
||||
"typ"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user