Skip to content

Commit

Permalink
config(nvim): disable makrdown underlink
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed May 31, 2024
1 parent 5c1879d commit 6784246
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ require("lazy").setup({
ExtraWhitespace = {
bg = color_eva.bg,
},
markdownLinkText = {
style = {},
},
-- Support mini.statusline
StatusLineNC = {
fg = colors.flamingo,
Expand Down

0 comments on commit 6784246

Please sign in to comment.