aboutsummaryrefslogtreecommitdiff
path: root/lua/colorizer.lua
Commit message (Expand)AuthorAge
* fix: Make always update buffer configurable | #52akianonymus2023-02-26
* fix: Highlight buffer even if not focused | #28akianonymus2023-02-26
* fix: Improve individual opts behaviour | #48akianonymus2023-02-26
* remove unwanted codeAli Shahid2022-10-29
* Fix detach when setup is called multiple times | #25Akianonymus2022-09-28
* Bump required neovim version to 0.7Akianonymus2022-09-15
* Better structure and naming | Misc improvementsAkianonymus2022-09-15
* [FEATURE] Add support for sass variablesAkianonymus2022-09-14
* tailwind: Fix detach when attach is executed multiple timesAkianonymus2022-09-09
* Make sure to use existing options when attaching bufferAkianonymus2022-09-09
* Fix reload on au ColorScheme | Check if buffer is valid before attachingAkianonymus2022-09-09
* docs: Use name in Last Updated | Cleanup | Improve insert mode perfAkianonymus2022-09-08
* tailwind: Use true for normal modeAkianonymus2022-09-07
* Fix https://github.com/NvChad/nvim-colorizer.lua/issues/12 | Add support for ...Akianonymus2022-09-06
* colorizer: Make sure it works without giving any configAkianonymus2022-09-03
* Just remove the old handlingAkianonymus2022-09-03
* colorizer: Fix an edgecase when colorizer is enabled for buftype but disabled...Akianonymus2022-09-03
* fragment | Implement better autocmd management | refactorAkianonymus2022-09-03
* feat: Incremental highlight loadingAkianonymus2022-08-28
* fix some lsp warningsAkianonymus2022-08-27
* Use string.format to convert to hexAkianonymus2022-08-27
* fix: error when invalid hsl/rgb valuesAkianonymus2022-08-27
* Use native api functions | Convert colorizer.vim to colorizer.luaAkianonymus2022-08-13
* Add highlighting for space-seperated css function callsLasse Haffke2022-08-08
* fix: Clear the highlight cache on 'ColorScheme' event.Sindre T. Strøm2022-08-07
* format filessiduck2022-07-22
* Format colorizer with updated stylua configBrian Chen2022-02-25
* Update HIGHLIGHT_MODE_NAMES with virtualtextBrian Chen2022-02-25
* Add support for 0xAARRGGBBBrian Chen2022-02-25
* Allow lower case color namesAkianonymus2022-02-07
* using virtualtext as one option for highlightDingcheng Yue2022-02-07
* Fix parsing for RRGGBBAA hex codesKye Shi2022-02-07
* Merge branch 'master' of github.com:norcalli/nvim-colorizer.luaAshkan Kiani2019-11-07
|\
| * Add function to check if attached to a bufferJames Reed2019-11-07
* | Disable strict index checking.Ashkan Kiani2019-11-07
|/
* Move dependencies to their own directory. (#21)Ashkan Kiani2019-10-22
* Refactor (#19)Ashkan Kiani2019-10-19
* Improve algorithm performance and correctness. (#15)Ashkan Kiani2019-10-18
* Update color functions (#13)Ashkan Kiani2019-10-18
* Allow excluding files from highlight with '*' (#11)Ashkan Kiani2019-10-18
* Update docs and luadocsAshkan Kiani2019-10-18
* Update with fully qualified settings and commands.Ashkan Kiani2019-10-18
* Refactor and cleanup.Ashkan Kiani2019-10-17
* Critical bugfix!Ashkan Kiani2019-10-17
* Add reload and bugfix highlight name.Ashkan Kiani2019-10-17
* Add readme, docs, rgb(), #RGB, and optionsAshkan Kiani2019-10-17
* Initial commit.Ashkan Kiani2019-10-17