478 Commits (03f93e5d7540920582e9fb03e091821e6f6cf1b9)

Author SHA1 Message Date
siduck 03f93e5d75 update icons to nerdfont icons 3.0x 1 year ago
siduck 907684efa0 include lazyloading of comment.nvim with gcc/gbc keys (#1972) 1 year ago
siduck fdb3ddb806 rm un-needed code 1 year ago
siduck 7914da7cd3 include c , v keys in whichkey lazyloading 1 year ago
siduck 12f26e91ef rm depcreated option from nvimtree config 2 years ago
siduck af123eee4d handle semantic_tokens on lsp_attach based on chadrc option (#1907) 2 years ago
siduck 1754a23e65 add nvimtree option to preserve window proportions (#1597) 2 years ago
Ashish 4d45597468 gitsign: handling file path with spaces 2 years ago
siduck a5906e48fb use function in init opts for all plugins
if this isnt done then disabling a plugin will still have its init opt called, read https://github.com/NvChad/NvChad/discussions/1879
2 years 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
2 years ago
Daniel Boll 55de4b9c85 fix(cmp): lsp suggestions before snippets 2 years ago
siduck 79805b7fea bootstrap: clone base46 to lazy path instead of tmpdir 2 years ago
siduck 609000db5b bootstrap base46 before lazy
fix https://github.com/NvChad/base46/issues/166
2 years ago
siduck 432b2c1cf1 just load default bas46 cache instead of giving it lazy priority
https://github.com/NvChad/base46/issues/173
2 years ago
siduck 0678b329dc give priority to defaults hl groups cache
fixes https://github.com/NvChad/base46/issues/173, not adding this will let plugins like vim-matchup messup our syntax highlight groups
2 years ago
siduck 7ec4515179 boostrap mason packages properly
print some message when nvchad is totally setup
2 years ago
siduck effec96b53 luasnip: add globals for various types of snippets 2 years ago
siduck 8eaa3666dd temporarily silence dofile syntax error during bootstrap
we need to find a way to fetch base46 first and then rest of the plugins (during bootstrap)
2 years ago
siduck caeec36191 keep whichkey enabled by default 2 years ago
siduck 1d04d70417 exclude indentline in nvdash/nvcheatsheet fts 2 years ago
siduck 0aafb002b5 misc & cleanup 2 years ago
siduck 3384f81639 load cached highlights whenever base46 updates 2 years ago
siduck 27455fd2c2 misc 2 years ago
Lucario387 09001369f3 Add lazy.nvim to workspace library 2 years ago
siduck a6b9c0cae5 wrap some opt modules with function
not doing so will make those modules load by default which isnt good
2 years ago
siduck a2690a4b72 avoid loading cached highlights in plugin opts file 2 years ago
siduck 7b3aefee53 add condition to merge user custom plugins 2 years ago
siduck 6590372791 BREAKING CHANGE: utilize lazy.nvim fully, remove un-needed functions 2 years ago
ariefra 7daf171948 Fix sumneko_lua deprecation, change to lua_ls 2 years ago
neo-f 8501cc01e1 update nvim-tree option names 2 years ago
siduck 205802b49f add nvchad_types to sumenko lsp config
also remove nvimtree depreceated option
2 years ago
siduck 2ee1ada911 reduce some LOC 2 years ago
siduck 4990b23935 use dofile to load cached theme files 2 years ago
siduck 86bb1413e4 use build opt instead of run 2 years ago
siduck 2b94bb92e0 clean config & rm un-needed pcalls 2 years ago
anosillus ff93c22e63 remove kyazdani42 repo 2 years ago
siduck 7cd80a35c6 include downloading of lazy-lock.json while bootstrapping
also pin all plugins by default
2 years ago
siduck dc4674cad4 rm un-needed lazy.nvim config
those are defaults so no need to add them
2 years ago
siduck 1b8eff7516 migrate to lazy.nvim 2 years ago
Pham Huy Hoang 5db2f0978d update nvim-cmp loading strategy 2 years ago
Pham Huy Hoang ae68290e1f Move friendly-snippets to start
There is no reason to lazy load this plugin as there is no lua file
Move it to start to simply loading sequence
2 years ago
SHA-5010 40c180d3b2 config(cmp): simplify disabling scrollbar 2 years ago
siduck 5ea340171c use dev branch of extensions repo 2 years ago
siduck d1e6b664e1 set base46 as opt plugin
since we are now just using this plugin for compiling nvchad themes, we dont need this at startup
2 years ago
siduck 1a4936ab26 add new dir icons for nvimtree 2 years ago
siduck 40130ce741 rm outdated nvchad_ui setup call 2 years ago
siduck 4f789d3406 add multiple cmp themes https://github.com/NvChad/base46/issues/109 2 years ago
siduck 8f92334c57 load syntax highlights in treesitter config 2 years ago
siduck d27e6a2b9d rm un-needed cmd 2 years ago
siduck b266f066af handle error base46_cache error 2 years ago