diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-06 14:31:03 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-06 14:31:03 +0200 |
commit | e8ff563a53306ef3f6344ccd197bf7d737cf851c (patch) | |
tree | e868cb7b3f7c9d7a828ab8f1b4528f0c01e46f3a /lua/config | |
parent | 2dea91e91c1680cbd03a5e60239823f56b90513c (diff) |
checkpoint
Diffstat (limited to 'lua/config')
-rw-r--r-- | lua/config/set.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lua/config/set.lua b/lua/config/set.lua index 05e3803..e921234 100644 --- a/lua/config/set.lua +++ b/lua/config/set.lua @@ -103,12 +103,6 @@ opt.title = true -- Highlighting vim.cmd("match Todo /\\(TODO\\|FIXME\\):/") --- -- Custom highlight for markdown definitions -if vim.filetype.match({ buf = 0 }) == "markdown" then - vim.cmd("hi mdDefs guifg=" .. require("nord.colors").palette.frost.ice) - vim.cmd("match mdDefs /^[[:space:]]*-[^:]\\+:/") -end - -- TODO: this is some text vim.cmd("syntax match matchURL /" .. "\\(https\\?\\|ftp\\|magnet\\):\\/\\/[[:alnum:]%\\/_#.-~:]*" .. "/") vim.cmd("hi matchURL guifg=" .. require("nord.colors").palette.aurora.yellow) |