1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 13:29:24 +00:00

[neovim] Remove md-lsp and restore former markdown plugins/lsp

This commit is contained in:
2025-02-14 15:57:37 +01:00
parent e6f9e2b916
commit b8fcf02379
3 changed files with 5 additions and 14 deletions

View File

@ -263,6 +263,10 @@ require("lazy").setup({
name = "render-markdown",
version = "v7",
},
{ "mzlogin/vim-markdown-toc" },
{
"jghauser/follow-md-links.nvim",
},
-- Copilot
{