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