1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 12:19:26 +00:00

[neovim] Add marksman markdown lsp and remove some md plugins

This commit is contained in:
2025-01-30 18:25:10 +01:00
parent a2044ecd0e
commit c6f899c9ac
5 changed files with 36 additions and 41 deletions

View File

@ -120,7 +120,6 @@ require("lazy").setup({
dependencies = { "MunifTanjim/nui.nvim" },
},
{ "taybart/b64.nvim", event = "VeryLazy" },
{ "echasnovski/mini.align", event = "VeryLazy", version = "*" },
{ "tenxsoydev/karen-yank.nvim", event = "VeryLazy", config = true },
{
"ggandor/leap.nvim",
@ -246,7 +245,6 @@ require("lazy").setup({
},
-- Markdown
{ "mzlogin/vim-markdown-toc" },
{
"iamcco/markdown-preview.nvim",
build = function()
@ -257,9 +255,6 @@ require("lazy").setup({
end,
ft = { "markdown" },
},
{
"jghauser/follow-md-links.nvim",
},
{
"MeanderingProgrammer/markdown.nvim",
name = "render-markdown",