Skip to content

Commit

Permalink
rainbow-delimiters: use lua setup function instead of global variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Aug 19, 2024
1 parent 57ac7f2 commit cc1b1db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/nxvim/plugins/rainbow-delimiters.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

-- { == Configuration ==> =====================================================

vim.g.rainbow_delimiters = {
require("rainbow-delimiters.setup").setup({
highlight = {
"@attribute",
"@character",
Expand All @@ -11,5 +11,5 @@ vim.g.rainbow_delimiters = {
"@label",
"@field",
},
}
})
-- <== }

0 comments on commit cc1b1db

Please sign in to comment.