Skip to content

Commit

Permalink
Update ccc-nvim.lua
Browse files Browse the repository at this point in the history
Fix attached buffer error and utilize the auto loading instead of calling it directly
  • Loading branch information
khaneliman authored Jun 18, 2023
1 parent 042be08 commit 105e5dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/astrocommunity/color/ccc-nvim/ccc-nvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ return {
opts = { highlighter = { auto_enable = true } },
config = function(_, opts)
require("ccc").setup(opts)
require("ccc.highlighter"):enable()
end,
},
}

0 comments on commit 105e5dd

Please sign in to comment.