mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-02 01:39:26 +00:00
[neovim] Remove render-markdown plugin and add follow-md-links
This commit is contained in:
@ -7,6 +7,7 @@ require("copilot").setup({
|
||||
javascript = true,
|
||||
json = true,
|
||||
lua = true,
|
||||
markdown = true,
|
||||
python = true,
|
||||
sh = true,
|
||||
typescript = true,
|
||||
|
@ -18,7 +18,6 @@ require("plugins.noice")
|
||||
require("plugins.trouble")
|
||||
require("plugins.autosave")
|
||||
require("plugins.markdowntoc")
|
||||
require("plugins.render-markdown")
|
||||
require("plugins.diffview")
|
||||
require("plugins.align")
|
||||
require("plugins.ufo")
|
||||
|
@ -1,5 +0,0 @@
|
||||
require("render-markdown").setup({
|
||||
bullet = {
|
||||
icons = { "·", "·", "·", "·" },
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user