remove nvim markdown render

This commit is contained in:
Yan Lin 2025-10-23 12:18:40 +02:00
parent 4f33a18b12
commit 03f3514d34

View file

@ -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