siduck
ddef3aa172
add default hlgroup for term wins
2024-02-19 20:39:38 +05:30
siduck
59082a8f28
add float opts for term feature
2024-02-02 09:11:04 +05:30
siduck
48f1bb702d
include loading of treesitter hlgroups
2023-10-28 09:34:28 +05:30
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>
2023-10-24 06:45:17 +05:30
siduck
1afbaef5c7
properly disable lsp signature
2023-09-26 20:41:19 +05:30
siduck
d58ec3f55d
properly disable lsp signature
...
https://github.com/NvChad/ui/pull/188#issuecomment-1735510051
2023-09-26 18:51:34 +05:30
siduck
17a8959bea
add option for term auto_insert
2023-09-26 18:32:15 +05:30
siduck
1b20da0115
update version in core/default_config.lua
2023-09-26 11:28:45 +05:30
siduck
e868fab1f2
add options for term module win resize vals
2023-09-25 12:25:09 +05:30
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>
2023-06-15 08:03:01 +05:30
siduck
262a06776a
change mapping for telescope marks
2023-05-18 18:15:51 +05:30
siduck
1cb237fa78
rm outdated icons
2023-05-18 07:58:57 +05:30
siduck
56e6234363
add option for using extended base46 integrations
2023-04-25 10:22:57 +05:30
siduck
34bdca17d2
clean up
2023-04-10 10:05:05 +05:30
siduck
f873d3cc50
add an option for lsp_semantic_tokens hl groups | fix ( #1907 )
...
also tiden up some stuff
2023-04-10 06:04:37 +05:30
siduck
ffdb4fc5e5
add show_numbers option to tabufline config
...
87525fa3cd
2023-03-30 18:23:16 +05:30
siduck
c77c086365
add nvimtree_side global in nvimtree config func https://github.com/NvChad/ui/issues/68
...
also clean some lazy.nvim related variables
2023-03-29 07:41:21 +05:30
siduck
bb87d70fd6
add an option to disable tabufline
2023-03-14 19:52:37 +05:30
siduck
7830f0334f
add options to disable signature
2023-03-14 08:07:06 +05:30
Bruno Krugel
9ae789b332
Update default_config.lua
2023-03-14 05:52:42 +05:30
siduck
5842684087
add mappings btn in nvdash
2023-03-11 12:08:42 +05:30
siduck
9ed851000d
add option for telescope style
2023-03-10 12:30:31 +05:30
siduck
dab9171e64
put all core stuff in core.init only
2023-03-09 18:07:58 +05:30
siduck
27455fd2c2
misc
2023-02-26 10:17:45 +05:30
siduck
7b3aefee53
add condition to merge user custom plugins
2023-02-18 09:46:51 +05:30
siduck
2ee1ada911
reduce some LOC
2023-01-29 23:30:13 +05:30
siduck
7cd80a35c6
include downloading of lazy-lock.json while bootstrapping
...
also pin all plugins by default
2023-01-08 07:40:00 +05:30
siduck
4378cb9532
update update_branch variable to lazy
2023-01-07 20:05:25 +05:30
siduck
4c3eafbc20
add option for cheatsheet theme
...
and add description for some mappings
2022-12-19 22:32:29 +05:30
siduck
c55dea9593
add helper comments for statusline options
2022-11-27 19:00:36 +05:30
siduck
32b111b8e2
add statusline theme option
2022-11-25 10:49:15 +05:30
siduck
4f789d3406
add multiple cmp themes https://github.com/NvChad/base46/issues/109
2022-11-21 21:06:49 +05:30
siduck
936131c00a
move ui plugin config to chadrc UI table
2022-11-16 09:53:16 +05:30
siduck
d142ac899a
use dev branch for ui/base46 plugins
...
this is temporary, gets easy to test dev changes locally
2022-11-16 09:51:07 +05:30
siduck
d61946d3bf
Simplify plugin management even more ( #1518 )
2022-09-09 09:39:57 +05:30
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
2022-07-24 10:45:14 +00:00
siduck
6a789fa37d
breaking change for option overriders | rm un-necessary things from config
...
Put all your options in custom/init.lua
2022-07-24 07:35:12 +00:00
siduck
6f0aa376a8
set shiftwidth to 2 | format all files
...
big thanks to @ghifarit53
2022-07-22 16:00:00 +00:00
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 )
2022-07-15 09:37:12 +05:30
siduck
c19398b3f6
fix #1309
2022-07-04 11:51:43 +05:30
siduck
cd5d85a11b
modularize statusline config | Make overriding of it actually work ( #1307 )
2022-07-04 07:09:38 +05:30
Manas Mengle
ce2a5d8596
fix(luasnip): switch to using global variables
2022-06-27 22:20:22 +05:30
Manas Mengle
5a3fcd7326
feat(luasnip): added snippet_paths option for luasnip
2022-06-27 22:20:22 +05:30
siduck
33550e9587
add options for tabufline : enabled, lazyload, override | fix ( #1274 )
2022-06-27 07:16:33 +05:30
siduck
876295ec02
rm misleading field name for tabufline in default_config
2022-06-25 11:21:50 +05:30
siduck
845d5b4866
write own lightweight tabufline | remove bufferline
2022-06-24 19:24:59 +05:30
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
2022-06-19 13:43:11 +05:30
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
2022-06-15 17:08:39 +05:30
siduck
5ee4f93309
clean readme | rm outdated info & update img links
2022-06-09 08:45:28 +05:30
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!
2022-06-05 20:30:21 +05:30