331 Commits (2ee1ada9114459e5c1472648180d243308a7b4a5)

Author SHA1 Message Date
siduck 2ee1ada911 reduce some LOC 2 years ago
siduck 6910a4435d update example_config branch in bootstrap module 2 years ago
siduck ed71dba5cc rm un-needed cmdefinitons 2 years ago
siduck c2946844f9 rm unneeded whitespace in lazy-lock url 2 years ago
siduck 7303bb2990 avoid using vim.cmd! for running os commands 2 years ago
siduck 7cd80a35c6 include downloading of lazy-lock.json while bootstrapping
also pin all plugins by default
2 years ago
siduck 4378cb9532 update update_branch variable to lazy 2 years ago
siduck 1b8eff7516 migrate to lazy.nvim 2 years ago
siduck ddeba3c01b bootstrap chadrc template before packer boostrap 2 years ago
siduck 54280a3e2a add function to install chadrc tempalte during bootstrap 2 years ago
siduck 9bd303feee rm mappings for navigating within insert mode
describes the issue with it https://github.com/NvChad/NvChad/issues/1294#issuecomment-1359897212
2 years ago
siduck 4c3eafbc20 add option for cheatsheet theme
and add description for some mappings
2 years ago
Sidhanth Rathod bdd142dbd6 clean load_config function
based on @ii14 's comment https://github.com/NvChad/NvChad/pull/1704#discussion_r1040655958
2 years ago
Matt 78b2cc3106 ensure errors arent silently swallowed in custom chadrc if exists 2 years ago
siduck 77a6c22fca use lua api for packersync wrapper 2 years ago
siduck 8db69224ba use lua api to set commands 2 years 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 d27029d1b1 load base46_cache in instead of minified modules 2 years ago
siduck c16c22e87b rm title option
fixes (#1653) and this is a cmp issue + only with some terminals
2 years ago
siduck a894ced767 add cmd to compile nvchad theme 2 years ago
siduck f77d052d70 change highlight loading function name 2 years ago
siduck 08453985ca rm un-needed lazyload function 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 4971e07f6a rm support for ooold plugin syntax 2 years ago
siduck cdbdd66929 use default mapping for diagnostic goto_next 2 years ago
Uy Ha c6252937b2 use rev-parse instead of status 2 years ago
Uy Ha d3fe3fcc1a enable gitsigns when opening nvim from a none git repository 2 years ago
siduck 00be26275e keep some gitsigns mappings only | rm 0.7v related stuff 2 years ago
siduck d2f0fb316b reduce loc 2 years ago
Jacob E. Tuz Poot 3fae9d88c5 feat: add buffer mapping for gitsigns 2 years ago
siduck 83572cc15b move tabufline related functions to ui repo 2 years ago
siduck 2e5aa786ef add an option to avoid using default plugin defintion opts (#1559) 2 years ago
siduck 8a18f89b03 install binaries from mason.nvm & tsparsers automatically after nvchad install 2 years ago
Rik034 3df9c03eb5 Fixed notify_once() call 2 years ago
siduck e8a4158924 Support old plugin syntax too | Cleanup | Misc
use vim.notify to give deprecation warning

    use packer.use directly rather than wrapping around packer.startup

    Do some explicit type checking

Co-authored-by: Akianonymus <anonymus.aki@gmail.com>
2 years ago
siduck d61946d3bf Simplify plugin management even more (#1518) 2 years ago
Lucario387 f0c93c8472 remove gitsigns autocmd on gitsigns load 2 years ago
Lucario387 5db641289d change jk mapping for visual mode only 2 years ago
Lucario387 d617bb5a75 fix pasting in select mode 2 years ago
nt 7fe754342a Remove unnecessary comment 2 years ago
siduck bf827e0ebd fix #1516 #1517
an autocmd can be used for formatoptions and avoid using bw, read the convo at 39c42ca2bf (r82388570)
2 years ago
Akianonymus 2b41bcd3df core: Move relavent tabufline code to NvChad/ui repo 2 years ago
Akianonymus a23d955656 plugins: alpha: Move alpha related cmd to alpha config
this special handling of statusline should only be done if alpha plugin is used
2 years ago
Akianonymus fe9a7b1651 core|options: Add formatoptions in options | Remove unnecessary autocmd 2 years ago
Akianonymus 9021289421 core: autocmd: Remove 'tabdo wincmd =' on VimResized
this should not be in main config, not every one wants their splits to be of equal size on resize, sometimes i want the split to of smaller size whether the screen is resized or not

this should be in used custom dir
2 years ago
Aki 4ac1ece326 Update lazy_load.lua 2 years ago
Lucario387 0f5a96028e fix: gitsigns not loading 2 years ago