1497 Commits (bb87d70fd6dedce65c67a4390c9faecc55b0ed72)
 

Author SHA1 Message Date
siduck bb87d70fd6 add an option to disable tabufline 1 year ago
siduck b2aa30b5ae make statusline separators reloadable 1 year ago
siduck 7830f0334f add options to disable signature 1 year 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)
1 year ago
siduck caeec36191 keep whichkey enabled by default 1 year ago
Bruno Krugel 9ae789b332 Update default_config.lua 1 year ago
Sidhanth Rathod 521e6f872f
Update README.md 1 year ago
Sidhanth Rathod 11f30badfa
Fix broken site links in readme (#1814) 1 year ago
siduck 1e056a7eb4 use main branch example_config in bootstrap 1 year ago
siduck 08faf1d05a re-add ESC mapping for clearing highlights 1 year ago
Sidhanth Rathod c205f67912
Update image links 1 year ago
siduck 609b5450d5 add mappings btn in nvdash 1 year ago
siduck 5842684087 add mappings btn in nvdash 1 year ago
Sidhanth Rathod 612561a195
rm useless badge 1 year ago
siduck 9ed851000d add option for telescope style 1 year ago
siduck acfc5626ac run load_config() before reloading highlights onsaving chadrc 1 year ago
siduck 1dd3bf5a18 re-add reloading of all custom files 1 year ago
siduck dab9171e64 put all core stuff in core.init only 1 year ago
siduck 1d04d70417 exclude indentline in nvdash/nvcheatsheet fts 1 year ago
siduck 0aafb002b5 misc & cleanup 1 year ago
siduck a3ea8a9f4d load mappings after custom init.lua
this ensures that custom leader key will work properly
1 year ago
siduck 3384f81639 load cached highlights whenever base46 updates 1 year ago
siduck 27455fd2c2 misc 1 year ago
Lucario387 09001369f3 Add lazy.nvim to workspace library 1 year ago
siduck 10ba0e7a5a misc 1 year ago
siduck a6b9c0cae5 wrap some opt modules with function
not doing so will make those modules load by default which isnt good
1 year ago
siduck a2690a4b72 avoid loading cached highlights in plugin opts file 1 year ago
siduck 7b3aefee53 add condition to merge user custom plugins 1 year ago
siduck 6590372791 BREAKING CHANGE: utilize lazy.nvim fully, remove un-needed functions 1 year ago
siduck 5246faa09a add windows support for compile theme autocmd 1 year ago
siduck e8e7ed6144 add autocmd for automatically compiling base46 1 year ago
ariefra 7daf171948 Fix sumneko_lua deprecation, change to lua_ls 1 year ago
neo-f 8501cc01e1 update nvim-tree option names 1 year ago
siduck 205802b49f add nvchad_types to sumenko lsp config
also remove nvimtree depreceated option
1 year ago
siduck 2ee1ada911 reduce some LOC 1 year ago
siduck 4990b23935 use dofile to load cached theme files 1 year ago
siduck 947186b7ec dont load statusline highlights cache
as its included in the defaults file now!
1 year ago
siduck 6910a4435d update example_config branch in bootstrap module 1 year ago
siduck 86bb1413e4 use build opt instead of run 1 year ago
siduck 2b94bb92e0 clean config & rm un-needed pcalls 1 year ago
anosillus ff93c22e63 remove kyazdani42 repo 1 year ago
siduck ed71dba5cc rm un-needed cmdefinitons 1 year ago
siduck c2946844f9 rm unneeded whitespace in lazy-lock url 1 year ago
siduck 7303bb2990 avoid using vim.cmd! for running os commands 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 dc4674cad4 rm un-needed lazy.nvim config
those are defaults so no need to add them
1 year ago
siduck 1b8eff7516 migrate to lazy.nvim 1 year ago
Pham Huy Hoang 5db2f0978d update nvim-cmp loading strategy 1 year 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
1 year ago