Commit Graph

833 Commits (main)
 

Author SHA1 Message Date
nullchilly c750ef81a5 feat(compiler): Fix silly table 2 years ago
nullchilly 393cd838ea ci(github): Fix stylua config path 2 years ago
Pocco81 1d1fda12f4
Merge pull request #186 from nullchilly/main
ci(github): Add stylua check
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
Pocco81 2b7b75cc72
Merge pull request #184 from nullchilly/cleanup
fix(command): after_loading hook & set properties type & packer run hook & update readme
2 years ago
nullchilly ba14318c5b ci(github): Fix tabs 2 years ago
nullchilly 1ac12f5638 ci(github): Add stylua check 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 f8967536f9 chore(command): Update features 2 years ago
nullchilly 70239ff507 chore(command): Update features 2 years ago
nullchilly 0021d89be8 chore(command): Update features 2 years ago
nullchilly 5af68d9028 chore(command): Update readme 2 years ago
nullchilly 184d92919e chore(command): Update readme 2 years ago
Pocco81 24191b87a2
Merge pull request #183 from nullchilly/0.7
refactor(command): Remove vimscript
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
Pocco81 f57d6badc1
Merge pull request #179 from nullchilly/allout
refactor(highlight): Deprecating style = string. Use style = table
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
Pocco81 6a56db8cfc
Merge pull request #174 from nullchilly/nvim_set_hl
fix(highlight): Fix blend option
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 44496d660e
Merge pull request #165 from 3rd/main
feat: support for color overrides
2 years ago