nullchilly
f34f19fae6
fix(compiler): Missing is_windows
2 years ago
sgoudham
cefc77ac7c
fix(compiler): Enable default support for Windows
...
Currently, the default path for compiling goes to '/catppuccin',
unfortunately this assumes that all users are on *nix based systems
which they are not. This commit ensures that the path is correctly
formatted if the user is on Windows by performing a global substitution
2 years ago
sgoudham
9dd074cca2
fix(compiler): Match 'Windows_NT' uname
...
On Windows 11, the uname returned is 'Windows_NT' and therefore,
this commit includes 'Windows_NT' within the check so that the
compiler works properly on Windows operating systems.
2 years ago
nullchilly
ac25d91763
refactor(setting): enable -> enabled for consistency
2 years ago
nullchilly
55294747e2
fix(telescope): Revert to old behavior
2 years ago
nullchilly
d28adde4bd
fix(telescope): Revert to old behavior
2 years ago
Pocco81
9cd81ff6e1
fix: log levels at echo
2 years ago
Pocco81
a8af02b85b
Merge pull request #190 from nullchilly/ci
...
config(tree): default to show_root = true
2 years ago
nullchilly
fe622c41b9
fix(telescope): Add Matching
2 years ago
nullchilly
4f61f96dc1
fix(telescope): Revert to old behavior
2 years ago
nullchilly
5e975a3752
config(tree): show_root = true
2 years ago
nullchilly
1ed41d98b3
ci(github): fix file format
2 years ago
nullchilly
e3fb003512
Check ci
2 years ago
Pocco81
1435867a66
Merge pull request #189 from nullchilly/dev
...
fix(compiler): term_colors
2 years ago
nullchilly
b8c35b7720
fix(compile): fix
2 years ago
nullchilly
3d5ebb27bd
fix(compile): nil
2 years ago
Pocco81
cc0d5007fa
Merge pull request #188 from nullchilly/dev
...
fix: compiler and term colors
2 years ago
Pocco81
646a384083
fix: echo at init
2 years ago
nullchilly
c58b14648d
fix(compile): nil
2 years ago
Pocco81
e338561461
conf: enabled show_root on nvimtree integration by default
2 years ago
Pocco81
ae559111a4
fix: deleted api
2 years ago
Pocco81
f76626386e
fix: feline integration
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