Commit Graph

280 Commits (b8c35b772034cbee581ecce5f205660ab7fae42f)

Author SHA1 Message Date
nullchilly b8c35b7720 fix(compile): fix 2 years ago
nullchilly 3d5ebb27bd fix(compile): nil 2 years ago
nullchilly c58b14648d fix(compile): nil 2 years ago
nullchilly e97cd8cb42 fix(highlight): Wrong option type 2 years ago
nullchilly c750ef81a5 feat(compiler): Fix silly table 2 years ago
Pocco81 1ec2590301 fix(formatting): stylua 2 years ago
Pocco81 60c3dc2424 do not instantiate custom_highlights 2 years ago
Pocco81 f18f0241dd disabled telescope by default 2 years ago
Pocco81 8575384807 fix: remanents of utils.util 2 years ago
Pocco81 e9e33541c4 fix: removed remanents of core 2 years ago
nullchilly f6d78fc2ce fix(command): resolve conflict 2 years ago
nullchilly 690c7ccc95 fix(command): remove main.lua 2 years ago
Pocco81 c41a6272f7 BREAKING CHANGE: reworked most directories and function calls 2 years ago
nullchilly 8109e02f70 fix(command): properties 2 years ago
nullchilly 288bbd18ad fix(command): after_loading hook 2 years ago
nullchilly 184d92919e chore(command): Update readme 2 years ago
nullchilly 2c08d7b590 refactor(command): Add custom completion 2 years ago
nullchilly b31738cd74 refactor(command): Remove vimscript 2 years ago
nullchilly c9edb905d3 refactor(command): Remove vimscript 2 years ago
nullchilly 96240e41fd refactor(highlight): Resolve conflict 2 years ago
nullchilly 77def9cea1 Merge remote-tracking branch 'origin/dev' into allout 2 years ago
Pocco81 1273cce083
Merge pull request #181 from nullchilly/compile
feat(compile): Add compile support
2 years ago
nullchilly 8891abfe29 refactor(highlight): Resolve conflict 2 years ago
nullchilly 03535cfc7c feat(compile): Add compile commands 2 years ago
nullchilly 2a235b712b feat(compile): Add compile support 2 years ago
nullchilly 9941af1d6f refactor(highlight): Deprecating style = string. Use style = table 2 years ago
Pocco81 15c5026d78 fix: #177 2 years ago
nullchilly eb5410f250 BREAKING CHANGE(performance): Improve nvim_set_hl
instead of using commas to separate styles in a highlights group please
use a Lua table instead. For example:

```lua
style = { "italic", "bold", "underlined" }
```
2 years ago
nullchilly 96aed177ef fix(g.colors_name): Set colorscheme name 2 years ago
Pocco81 edd620668b
Merge pull request #176 from nullchilly/main
refactor(performance): Improve nvim_set_hl
2 years ago
Pocco81 7ee080cb04
Merge pull request #175 from nullchilly/colors_name
fix(g.colors_name): Set colorscheme name
2 years ago
nullchilly c1fb001213 refactor(performance): Improve nvim_set_hl 2 years ago
nullchilly 38c47157a9 fix(g.colors_name): Set colorscheme name 2 years ago
nullchilly ef54141a8d fix(highlight): Fix blend option 2 years ago
Pocco81 3914f0d38e fix: #147 2 years ago
Pocco81 12ca216fe9 BREAKING CHANGE: removed 'remaps' module 2 years ago
Pocco81 482de1a974 fix: custom highlights 2 years ago
Pocco81 7d8ce1e899 fix: missing comma 2 years ago
Pocco81 f67244f8f1 fix: echo and replaced all prints with it 2 years ago
Pocco81 f9a412002f added echo utility 2 years ago
Pocco81 8b707ee660 Merge branch 'main' into dev 2 years ago
Pocco81 fc47decd70
Merge branch 'main' into main 2 years ago
Pocco81 62856bd8d5 feat: added color_overrides to settings
the `g:catppuccin_override_colors` variable was removed in favour of a
setting in the user's Catppuccin conf. This commit also added the
ability to change individual colors per palette and also apply changes
to all of them.
2 years ago
Pocco81 d12706ea61 Merge branch 'main' into dev 2 years ago
Pocco81 93986d4540
Merge pull request #138 from BattleCh1cken/main
feat: tweaked telescope colors and added custom highlights
2 years ago
Pocco81 27ce9a2db0 Merge branch 'main' into dev 2 years ago
Pocco81 8eea0d8106 clean-up 2 years ago
Pocco81 49c890f9c1 disabled dimming by default 2 years ago
Pocco81 f9dcab3af8 removed dim color 2 years ago
Pocco81 c9422b4157 fix: get command 2 years ago