summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta/highlight-group/treesitter.lua
AgeCommit message (Collapse)Author
2022-11-12Rename moduleGustaf Rydholm
2022-10-29Update lsp groups (#13)aktersnurra
2022-10-29Update how options and colorscheme is set (#12)aktersnurra
* Update loading of colorscheme * Fix typo * Fix setting of style * Fix highlighting * Unpack style * Add empty table if props are nil * Fix concat of tables * Fix typo * Update settings * Add call set in settings * Add deep extend * Remove style field * Update README BREAKING CHANGE: updates how the colorscheme is set and the structure of the options table
2022-10-23Update constructor to cyanGustaf Rydholm
2022-10-22Revert "Set operator and property to gray blue"Gustaf Rydholm
This reverts commit 7f996e5cba7439d56f49bc9a4bd250b3e3fdca0e.
2022-10-22Set operator and property to gray blueGustaf Rydholm
2022-10-17Add native treesitter syntaxGustaf Rydholm
2022-10-16Fix treesitter dropping TS group support (#8)aktersnurra
* Rename treesitter hl groups * Update highlight color * Update lsp icons * Update icon colors * Revert "Update icon colors" This reverts commit 3046987e0459695576ae8520b37b9db8029d15eb. * Revert "Update lsp icons" This reverts commit 03968e6a0b4dda08043cc442f2bb8705921eac34. * Update diagnostics signs colors
2022-07-30Move plugin configs to highlight-group dirGustaf Rydholm