1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 06:39:25 +00:00

[neovim] Remove render-markdown plugin and add follow-md-links

This commit is contained in:
2024-10-12 19:02:09 +02:00
parent b2f2fd39eb
commit 276644ae24
6 changed files with 29 additions and 42 deletions

View File

@ -1,5 +0,0 @@
require("render-markdown").setup({
bullet = {
icons = { "·", "·", "·", "·" },
},
})