aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* fragment | Implement better autocmd management | refactorAkianonymus2022-09-03
| | | | | | | | | | | | add a all_buffers option - colorizer will activate on all buffers, empty or not, still respect filetypes option handle errors when detach is called multiple times from the same buffer use bufdelete and bufdelete to remove the autocmds use a more efficient compile parse_fn function use custom ldoc template to generate vim help
* Fix installation linksitiom2022-08-07
|
* Update readme with virtualtext modeBrian Chen2022-02-25
|
* Allow lower case color namesAkianonymus2022-02-07
|
* using virtualtext as one option for highlightDingcheng Yue2022-02-07
|
* Update install instructionAkin2020-06-11
| | | This PR updates the README to make it clear to users that they have to add the lua setup line after of the block where the plugin is added. I just hit this issue and found #38 which explained and resolved it for me so I've added it to the README. Hopefully that helps :+1:
* Implement ColorizerToggle commandJames Reed2019-11-07
| | | | Closes #27.
* Change wording in README.Ashkan Kiani2019-10-18
|
* Add notes on compatibility to the README.Ashkan Kiani2019-10-18
|
* Update color functions (#13)Ashkan Kiani2019-10-18
| | | | | | - Add hsl, hsla, rgba, RRGGBBAA - Redo the parser for rgb,rgba,hsl,hsla codes. - Fix the trie implementation. - Bugfix and refactor alpha/error handling
* Allow excluding files from highlight with '*' (#11)Ashkan Kiani2019-10-18
| | | Fixes GH-5
* Update with fully qualified settings and commands.Ashkan Kiani2019-10-18
| | | | | | | | - Add command documentation and new commands. - Add new settings which have a better naming scheme. - Fix reloading settings and add a command to detach highlighter. - Fix #RGB pattern like for #define where it will highlight the #def part.
* Add FileType information to the README (#10)Filipe Kiss2019-10-18
| | | | * Add FileType information to the README * Add ColorizerAttachToBuffer command
* Merge branch 'master' of github.com:norcalli/nvim-colorizer.luaAshkan Kiani2019-10-17
|\
| * Update README.mdAshkan Kiani2019-10-17
| |
* | Add Demo.gifAshkan Kiani2019-10-17
|/
* ./README.mdAshkan Kiani2019-10-17
|
* ./README.mdAshkan Kiani2019-10-17
|
* Add readme, docs, rgb(), #RGB, and optionsAshkan Kiani2019-10-17
- Add support for `rgb(...)` functions behind an option gate. - Highlight #RGB codes. - Add options, like `rgb_fn` and `no_names` - Add luadoc.