Christoph J. Scherr
4aca543656
add core back
2024-03-22 10:57:21 +01:00
Christoph J. Scherr
51a3436438
Merge remote-tracking branch 'upstream/v2.5'
2024-03-22 10:48:06 +01:00
siduck
73bf6c437f
misc
2024-03-04 08:07:10 +05:30
siduck
7dc8c6d0b2
initial starter dir structure;
2024-02-29 22:03:20 +05:30
siduck
cd10647dd6
add mason bootstrap in main bootstrap file only
2024-02-28 20:13:34 +05:30
siduck
21753150d4
misc clean 2
2024-02-27 19:37:57 +05:30
siduck
afd8870358
misc clean
2024-02-27 12:31:36 +05:30
siduck
ce6e3d19a7
rm useless util function
2024-02-25 19:42:50 +05:30
siduck
4b1bca5303
clean mapping syntax
2024-02-25 08:43:48 +05:30
Jhon Vidal
9414658e35
fix: mapping update for new version of indent-blankline plugin ( #2683 )
...
* fix: mapping update for new version of indent-blankline plugin
obsolete function, correcting for the new version of said indent-blankline plugin
* improve blankline mapping
---------
Co-authored-by: Sidhanth Rathod <siduck@tutanota.com>
2024-02-23 07:58:59 +05:30
siduck
ddef3aa172
add default hlgroup for term wins
2024-02-19 20:39:38 +05:30
siduck
56cc2d757a
reload editorconfig on User FilePost event only if enabled #2672
2024-02-17 06:43:46 +05:30
siduck
59082a8f28
add float opts for term feature
2024-02-02 09:11:04 +05:30
siduck
b2e2b15b45
fix editorConfig indent opts not applying on certain fts #2633
2024-01-28 21:33:38 +05:30
Grigorii Khvatskii
2fedda14ed
Add support for non-interactive bootstrapping ( #2528 )
...
https://github.com/NvChad/NvChad/pull/2528#issuecomment-1834599074
---------
Co-authored-by: Sidhanth Rathod <siduck@tutanota.com>
2024-01-02 17:12:34 +05:30
Grigorii Khvatskii
0333185bfc
Add support for non-interactive bootstrapping ( #2528 )
...
https://github.com/NvChad/NvChad/pull/2528#issuecomment-1834599074
---------
Co-authored-by: Sidhanth Rathod <siduck@tutanota.com>
2024-01-02 17:11:14 +05:30
莊加旭 (Max Chuang)
37c328ab2a
fix typo ( #2483 )
2023-11-12 07:14:21 +05:30
莊加旭 (Max Chuang)
ff99797242
fix typo ( #2483 )
2023-11-08 16:06:16 +05:30
siduck
a88c68f911
set cursorlineopt=number #865
2023-10-31 05:43:02 +05:30
siduck
48f1bb702d
include loading of treesitter hlgroups
2023-10-28 09:34:28 +05:30
TheFedaikin
da85f7fbcd
feat(mappings): make <esc> a cmd to remove flickering ( #2456 )
2023-10-27 06:01:56 +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
TheFedaikin
fd10af115e
feat(mappings): make <esc> a cmd to remove flickering ( #2456 )
2023-10-22 18:22:38 +05:30
KorigamiK
35ee0bc81d
Fix unreachable mappings for the lsp ( #2443 )
2023-10-17 07:56:43 +05:30
KorigamiK
250a960698
Fix unreachable mappings for the lsp ( #2443 )
2023-10-16 17:02:31 +05:30
Sidhanth Rathod
5748536742
performance: avoid reloading config table #2360 ( #2444 )
...
* 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 branch names
---------
Co-authored-by: georgejean <jeangeorge385@yahoo.fr>
2023-10-16 07:24:14 +05:30
siduck
ed18649e94
statusline: dont reload if theme is custom
...
this will prevent auto-reload of statusline , good for non custom statusline users
2023-10-09 17:13:11 +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
92b7f38e83
rm nvterm & use ui.term related mappings
2023-09-25 12:28:05 +05:30
siduck
e868fab1f2
add options for term module win resize vals
2023-09-25 12:25:09 +05:30
Al Berez
3091ea5835
Keep visual selection when indent ( #2382 )
...
When user indent visually selected text with `>>` or `<<` this change will keep visual selection.
2023-09-16 11:48:10 +05:30
camel_case
a69e8dc591
feat(lsp): add visual mode code actions ( #2353 )
2023-09-02 17:00:02 +05:30
Diogo Silva
a9bc954d02
refactor: gen chadrc template ( #2349 )
2023-08-31 05:58:07 +05:30
siduck
8ea74bc23b
update some module paths
2023-08-09 20:22:46 +05:30
siduck
0e27cb4b44
dont reload tabufline if its disabled #2236
2023-07-26 09:58:01 +05:30
siduck
682b023fb3
make tabufline reloadable
2023-07-26 06:56:56 +05:30
James Wright
3500e7388d
Catch errors from shell calls ( #2188 )
2023-07-06 22:12:33 +05:30
M
83aac1ecc0
fix: wildcard pattern usage in `fs_realpath` ( #2152 )
2023-07-02 16:22:52 +05:30
siduck
10b668d98a
make formatting mapping <leader>fm as general mapping #2167
...
so its available even if an actual lsp isnt attached to the buffer
2023-06-29 05:18:18 +05:30
Max Chechel
11c839f870
Defaulting to not installing custom config in --headless mode ( #2132 )
...
* Defaulting to not installing custom config in --headless mode
* Update bootstrap.lua
---------
Co-authored-by: siduck <siduck@tutanota.com>
2023-06-18 18:21:36 +05:30
siduck
8ba64ff369
custom config reload: support symlinks https://github.com/NvChad/base46/issues/177
...
huge thanks to @lucario387 for helping me
2023-06-15 10:11:43 +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
Sidhanth Rathod
27992efc1c
Merge pull request #2031 from TirtharajPramanik/patch-1
...
update mason binaries path in vim.env ( fixes rust_analyzyer bin not found )
2023-06-10 13:15:14 +05:30
siduck
262a06776a
change mapping for telescope marks
2023-05-18 18:15:51 +05:30
siduck
f6229b4b46
add mapping for telescope bookmarks ( #2035 )
2023-05-18 11:45:02 +05:30
siduck
1cb237fa78
rm outdated icons
2023-05-18 07:58:57 +05:30
André Carneiro
a54e4e9272
chore: consistent border style when navigating diagnostics ( #2033 )
2023-05-18 05:31:36 +05:30