mirror of
https://github.com/norcalli/nvim-colorizer.lua.git
synced 2026-09-14 00:36:15 -04:00
* 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
6 lines
75 B
Lua
6 lines
75 B
Lua
if vim.g.loaded_colorizer then
|
|
return
|
|
end
|
|
|
|
vim.g.loaded_colorizer = true
|