Skip to content

Commit

Permalink
local-highlight plugin
Browse files Browse the repository at this point in the history
tbremer committed Jun 14, 2024
1 parent 247e58f commit 72526ae
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion neovim/lua/plugins/local-highlight.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
return {
"tzachar/local-highlight.nvim",
config = function()
require("local-highlight").setup()
require("local-highlight").setup({
file_types = {
"css",
"fish",
"html",
"javascript",
"json",
"lua",
"typescript",
"typescriptreact",
},
})
end,
}

0 comments on commit 72526ae

Please sign in to comment.