norcalli.nvim-colorizer.lua/plugin/colorizer.lua
Meow Honk 22a3b4c706
feat: Setup/user command (#95)
* feat: user_commands can be configured in setup opts

* chore: creates config.lua

* ref: setup opts are passed into config module to return configuration table

* ref: creates state table in colorizer module

* ref: updates colorizerState and creates bufferState for tracking highlight caches

* chore: updates documentation

* doc: updates readme

* chore: runs ldocs
2024-11-18 09:06:14 -06:00

6 lines
75 B
Lua

if vim.g.loaded_colorizer then
return
end
vim.g.loaded_colorizer = true