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:
@ -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",
|
||||
|
Reference in New Issue
Block a user