summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/config/set.lua6
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)