remove nvim markdown render
This commit is contained in:
parent
4f33a18b12
commit
03f3514d34
1 changed files with 0 additions and 13 deletions
|
|
@ -124,11 +124,6 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Markdown rendering
|
|
||||||
render-markdown = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Basic auto-completion
|
# Basic auto-completion
|
||||||
cmp = {
|
cmp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -271,14 +266,6 @@ in
|
||||||
action = ":lua show_file_in_finder()<CR>";
|
action = ":lua show_file_in_finder()<CR>";
|
||||||
options = { desc = "Show current file in Finder"; };
|
options = { desc = "Show current file in Finder"; };
|
||||||
}
|
}
|
||||||
|
|
||||||
# Markdown rendering
|
|
||||||
{
|
|
||||||
mode = "n";
|
|
||||||
key = "<leader>md";
|
|
||||||
action = ":RenderMarkdown toggle<CR>";
|
|
||||||
options = { desc = "Toggle markdown rendering"; };
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Additional Lua configuration for plugins that need custom setup
|
# Additional Lua configuration for plugins that need custom setup
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue