Added plugin for highlighting multiple words with different styles.

Source: https://vim.fandom.com/wiki/Highlight_multiple_words
This commit is contained in:
2025-07-11 20:56:22 +09:00
parent 7527d0584f
commit 786956a3fe
3 changed files with 336 additions and 0 deletions
+3
View File
@@ -138,3 +138,6 @@ vim.diagnostic.config({
border = "rounded",
},
})
local highlight_script_path = debug.getinfo(1, "S").source:match("@?(.*[\\/])")
vim.cmd("source " .. highlight_script_path .. "vim/highlight/highlight.vim")