From e8ff563a53306ef3f6344ccd197bf7d737cf851c Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 6 Oct 2024 14:31:03 +0200 Subject: checkpoint --- lua/config/set.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lua') 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) -- cgit v1.2.3