config(nvim): disable makrdown underlink
parent
5c1879dcfc
commit
6784246915
|
@ -132,6 +132,9 @@ require("lazy").setup({
|
||||||
ExtraWhitespace = {
|
ExtraWhitespace = {
|
||||||
bg = color_eva.bg,
|
bg = color_eva.bg,
|
||||||
},
|
},
|
||||||
|
markdownLinkText = {
|
||||||
|
style = {},
|
||||||
|
},
|
||||||
-- Support mini.statusline
|
-- Support mini.statusline
|
||||||
StatusLineNC = {
|
StatusLineNC = {
|
||||||
fg = colors.flamingo,
|
fg = colors.flamingo,
|
||||||
|
|
Loading…
Reference in New Issue