126 Commits (59082a8f28c8f33ee3cca5ac6932c15b5a3c53e8)

Author SHA1 Message Date
siduck 59082a8f28 add float opts for term feature 4 months ago
siduck 48f1bb702d include loading of treesitter hlgroups 7 months ago
Sidhanth Rathod cc3289639b
Breaking Change for base46 extended_integrations | Improve syntax (#2459)
* performance: avoid reloading config (#2360)

* performance: avoid reloading config

* Rm outdated info in readme

---------

Co-authored-by: Sidhanth Rathod <siduck@tutanota.com>

* update nvchad load_config result path

* Update utils.lua

* update branch names

* Fix unreachable mappings for the lsp (#2443)

* add option for base46 integrations

* rm nvchad_theme global

* use correct conf path in lspconfig
 

---------

Co-authored-by: georgejean <jeangeorge385@yahoo.fr>
Co-authored-by: KorigamiK <72932688+KorigamiK@users.noreply.github.com>
7 months ago
siduck 1afbaef5c7 properly disable lsp signature 8 months ago
siduck d58ec3f55d properly disable lsp signature
https://github.com/NvChad/ui/pull/188#issuecomment-1735510051
8 months ago
siduck 17a8959bea add option for term auto_insert 8 months ago
siduck 1b20da0115 update version in core/default_config.lua 8 months ago
siduck e868fab1f2 add options for term module win resize vals 8 months ago
Zhong Jianxin e3bb39106e
Fix default mappings not load if chadrc.lua does not exist (#2037)
* Fix default mappings not load if chadrc.lua does not exist

The regression was introduced by dab9171e64

Fix #1961 #2025

* clean up!

---------

Co-authored-by: siduck <siduck@tutanota.com>
12 months ago
siduck 262a06776a change mapping for telescope marks 1 year ago
siduck 1cb237fa78 rm outdated icons 1 year ago
siduck 56e6234363 add option for using extended base46 integrations 1 year ago
siduck 34bdca17d2 clean up 1 year ago
siduck f873d3cc50 add an option for lsp_semantic_tokens hl groups | fix (#1907)
also tiden up some stuff
1 year ago
siduck ffdb4fc5e5 add show_numbers option to tabufline config
87525fa3cd
1 year ago
siduck c77c086365 add nvimtree_side global in nvimtree config func https://github.com/NvChad/ui/issues/68
also clean some lazy.nvim related variables
1 year ago
siduck bb87d70fd6 add an option to disable tabufline 1 year ago
siduck 7830f0334f add options to disable signature 1 year ago
Bruno Krugel 9ae789b332 Update default_config.lua 1 year ago
siduck 5842684087 add mappings btn in nvdash 1 year ago
siduck 9ed851000d add option for telescope style 1 year ago
siduck dab9171e64 put all core stuff in core.init only 1 year ago
siduck 27455fd2c2 misc 1 year ago
siduck 7b3aefee53 add condition to merge user custom plugins 1 year ago
siduck 2ee1ada911 reduce some LOC 1 year ago
siduck 7cd80a35c6 include downloading of lazy-lock.json while bootstrapping
also pin all plugins by default
1 year ago
siduck 4378cb9532 update update_branch variable to lazy 1 year ago
siduck 4c3eafbc20 add option for cheatsheet theme
and add description for some mappings
1 year ago
siduck c55dea9593 add helper comments for statusline options 2 years ago
siduck 32b111b8e2 add statusline theme option 2 years ago
siduck 4f789d3406 add multiple cmp themes https://github.com/NvChad/base46/issues/109 2 years ago
siduck 936131c00a move ui plugin config to chadrc UI table 2 years ago
siduck d142ac899a use dev branch for ui/base46 plugins
this is temporary, gets easy to test dev changes locally
2 years ago
siduck d61946d3bf Simplify plugin management even more (#1518) 2 years ago
siduck 26fc9b5a6c Breaking change : easen up custom lspconfig setup
before we were using variables/fields to setup custom lspconfig but today I realized that we dont even need that, we can just modify default lspconfigs config
2 years ago
siduck 6a789fa37d breaking change for option overriders | rm un-necessary things from config
Put all your options in custom/init.lua
2 years ago
siduck 6f0aa376a8 set shiftwidth to 2 | format all files
big thanks to @ghifarit53
2 years ago
siduck 74f2efca9f BREAKING Change for statusline_separator & tabufline overriders
moved statusline & tabufline into a new plugin to keep the base config clean and fix issues like (#1307)
2 years ago
siduck c19398b3f6 fix #1309 2 years ago
siduck cd5d85a11b modularize statusline config | Make overriding of it actually work (#1307) 2 years ago
Manas Mengle ce2a5d8596 fix(luasnip): switch to using global variables 2 years ago
Manas Mengle 5a3fcd7326 feat(luasnip): added snippet_paths option for luasnip 2 years ago
siduck 33550e9587 add options for tabufline : enabled, lazyload, override | fix (#1274) 2 years ago
siduck 876295ec02 rm misleading field name for tabufline in default_config 2 years ago
siduck 845d5b4866 write own lightweight tabufline | remove bufferline 2 years ago
siduck 4f1ee6ec8f Breaking change for statusline_separator field users | optimize statusline & make it overridable
added cmd fields for various plugins for example lspinstaller+lspconfig gets loaded only when a file opened but their commands can be run before a file is opened so I additionally lazy loaded them on their cmds too
2 years ago
siduck 2091160434 BREAKING change for hl_override users
put your new highlight groups to hl_add and put your overriden highlight groups which are present in our default theme in hl_override
2 years ago
siduck 5ee4f93309 clean readme | rm outdated info & update img links 2 years ago
siduck 1b5ecdce45 add depth field to nvim-gps conf
So 5 is the limit for amount of context shown, by default its 0 which means that there wouldnt be any limit so gps could get veryyyyyyyyy long!
2 years ago
siduck 25305eca92 clean up 2 years ago