Commit graph

  • 5246faa09a add windows support for compile theme autocmd siduck 2023-02-15 17:37:10 +0530
  • e8e7ed6144 add autocmd for automatically compiling base46 siduck 2023-02-14 11:12:31 +0530
  • 7daf171948 Fix sumneko_lua deprecation, change to lua_ls ariefra 2023-02-12 17:46:20 +0700
  • 8501cc01e1 update nvim-tree option names neo-f 2023-02-09 13:14:06 +0800
  • 205802b49f add nvchad_types to sumenko lsp config siduck 2023-01-31 13:08:39 +0530
  • 2ee1ada911 reduce some LOC siduck 2023-01-29 23:30:13 +0530
  • 4990b23935 use dofile to load cached theme files siduck 2023-01-29 21:36:54 +0530
  • 947186b7ec dont load statusline highlights cache siduck 2023-01-29 18:19:10 +0530
  • 6910a4435d update example_config branch in bootstrap module siduck 2023-01-29 16:59:08 +0530
  • 86bb1413e4 use build opt instead of run siduck 2023-01-26 08:58:44 +0530
  • 2b94bb92e0 clean config & rm un-needed pcalls siduck 2023-01-25 20:11:55 +0530
  • ff93c22e63 remove kyazdani42 repo anosillus 2023-01-17 07:53:25 +0900
  • ed71dba5cc rm un-needed cmdefinitons siduck 2023-01-08 08:30:03 +0530
  • c2946844f9 rm unneeded whitespace in lazy-lock url siduck 2023-01-08 07:59:17 +0530
  • 7303bb2990 avoid using vim.cmd! for running os commands siduck 2023-01-08 07:51:37 +0530
  • 7cd80a35c6 include downloading of lazy-lock.json while bootstrapping siduck 2023-01-08 07:40:00 +0530
  • 4378cb9532 update update_branch variable to lazy siduck 2023-01-07 20:05:25 +0530
  • dc4674cad4 rm un-needed lazy.nvim config siduck 2023-01-07 19:48:47 +0530
  • 1b8eff7516 migrate to lazy.nvim siduck 2023-01-07 13:41:43 +0530
  • 5db2f0978d update nvim-cmp loading strategy Pham Huy Hoang 2023-01-05 12:21:17 +0900
  • 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 Pham Huy Hoang 2023-01-02 12:15:31 +0900
  • ddeba3c01b bootstrap chadrc template before packer boostrap siduck 2022-12-24 23:44:00 +0530
  • 54280a3e2a add function to install chadrc tempalte during bootstrap siduck 2022-12-24 22:33:33 +0530
  • a2540ef183 Fix mkdir on windows Lucario387 2022-12-23 19:29:25 +0900
  • 9bd303feee rm mappings for navigating within insert mode siduck 2022-12-21 00:25:25 +0530
  • 4c3eafbc20 add option for cheatsheet theme siduck 2022-12-19 22:32:29 +0530
  • 8babf12991 avoid swallowing custom/init.lua errors by pcall siduck 2022-12-17 17:04:52 +0530
  • bdd142dbd6 clean load_config function Sidhanth Rathod 2022-12-17 16:55:30 +0530
  • 78b2cc3106 ensure errors arent silently swallowed in custom chadrc if exists Matt 2022-12-06 15:31:42 +0700
  • 40c180d3b2 config(cmp): simplify disabling scrollbar SHA-5010 2022-12-12 23:46:41 +0900
  • 5ea340171c use dev branch of extensions repo siduck 2022-12-07 05:59:17 +0530
  • 77a6c22fca use lua api for packersync wrapper siduck 2022-12-03 11:17:27 +0530
  • 8db69224ba use lua api to set commands siduck 2022-12-03 10:31:44 +0530
  • d1e6b664e1 set base46 as opt plugin siduck 2022-12-03 10:10:07 +0530
  • c55dea9593 add helper comments for statusline options siduck 2022-11-27 19:00:36 +0530
  • 1a4936ab26 add new dir icons for nvimtree siduck 2022-11-27 09:23:17 +0530
  • 32b111b8e2 add statusline theme option siduck 2022-11-25 10:49:15 +0530
  • 40130ce741 rm outdated nvchad_ui setup call siduck 2022-11-24 20:41:53 +0530
  • ce9388d13d load bg file (containing vim.opt.bg value) siduck 2022-11-22 08:29:48 +0530
  • 4f789d3406 add multiple cmp themes https://github.com/NvChad/base46/issues/109 siduck 2022-11-21 21:06:49 +0530
  • 8f92334c57 load syntax highlights in treesitter config siduck 2022-11-20 21:50:13 +0530
  • d27e6a2b9d rm un-needed cmd siduck 2022-11-20 17:35:56 +0530
  • b266f066af handle error base46_cache error siduck 2022-11-19 12:02:07 +0530
  • d27029d1b1 load base46_cache in instead of minified modules siduck 2022-11-19 11:45:33 +0530
  • c16c22e87b rm title option siduck 2022-11-17 23:35:28 +0530
  • 3616f417e7 fix packer bootstrapping not working siduck 2022-11-17 23:16:28 +0530
  • 76f0c9bc6f rm incorrect theme cache path siduck 2022-11-17 22:32:57 +0530
  • 770e07f77c fix typo in mkdir cmd siduck 2022-11-17 22:04:03 +0530
  • a894ced767 add cmd to compile nvchad theme siduck 2022-11-17 21:32:55 +0530
  • f77d052d70 change highlight loading function name siduck 2022-11-17 19:26:43 +0530
  • 08453985ca rm un-needed lazyload function siduck 2022-11-17 07:00:36 +0530
  • 936131c00a move ui plugin config to chadrc UI table siduck 2022-11-16 09:53:16 +0530
  • d142ac899a use dev branch for ui/base46 plugins siduck 2022-11-16 09:51:07 +0530
  • 99f6b2132e remove alpha plugin siduck 2022-11-15 21:28:04 +0530
  • 4971e07f6a rm support for ooold plugin syntax siduck 2022-11-15 18:54:21 +0530
  • cdbdd66929 use default mapping for diagnostic goto_next siduck 2022-11-15 18:42:15 +0530
  • 4db58e4975 add glyph icon for untracked icon (gitsigns siduck 2022-11-15 18:40:40 +0530
  • c6252937b2 use rev-parse instead of status Uy Ha 2022-11-03 09:02:33 +0000
  • d3fe3fcc1a enable gitsigns when opening nvim from a none git repository Uy Ha 2022-11-02 09:00:33 +0000
  • 0611d5c528 Merge remote-tracking branch 'origin/dev' siduck 2022-10-30 14:50:51 +0530
  • 28db7c752e
    Update README.md Sidhanth Rathod 2022-10-24 08:56:34 +0530
  • 08e675b356 Add .luarc.json to .gitignore Martin Braun 2022-10-09 16:35:27 +0200
  • cdc970a9e4 Add coc-settings.json to .gitignore Martin Braun 2022-10-08 19:09:13 +0200
  • dc669313c1 avoid flooding mason.nvim binaries path siduck 2022-10-06 05:41:05 +0530
  • 00be26275e keep some gitsigns mappings only | rm 0.7v related stuff siduck 2022-10-04 06:37:48 +0530
  • b142f4c99d config(cmp): correcting completeopt setup Dhruvin Shah 2022-09-29 16:23:40 -0400
  • d2f0fb316b reduce loc siduck 2022-09-30 09:53:47 +0530
  • 44b238ad0b add arg to make telescope search through symlink dirs siduck 2022-09-30 09:39:35 +0530
  • 3fae9d88c5 feat: add buffer mapping for gitsigns Jacob E. Tuz Poot 2022-09-26 18:29:39 -0500
  • 0175082824 avoid flooding mason.nvim binaries path siduck 2022-10-06 05:41:05 +0530
  • 1f34e72aff keep some gitsigns mappings only | rm 0.7v related stuff siduck 2022-10-04 06:37:48 +0530
  • 21e9e3cb09 config(cmp): correcting completeopt setup Dhruvin Shah 2022-09-29 16:23:40 -0400
  • adc3130e83 reduce loc siduck 2022-09-30 09:53:47 +0530
  • 9eebb9198c add arg to make telescope search through symlink dirs siduck 2022-09-30 09:39:35 +0530
  • 3fe07c88ef feat: add buffer mapping for gitsigns Jacob E. Tuz Poot 2022-09-26 18:29:39 -0500
  • 27560319cc change snippets' priority Owen 2022-09-24 19:26:45 +0000
  • 74e374ef7b plugins: colorizer: Let colorizer handle the loading Akianonymus 2022-09-14 11:57:32 +0530
  • 83572cc15b move tabufline related functions to ui repo siduck 2022-09-15 07:51:13 +0530
  • 97062ae15f Added missing key triggers for which-key plugin Justin Lee 2022-09-15 02:46:24 +0800
  • 2e5aa786ef add an option to avoid using default plugin defintion opts (#1559) siduck 2022-09-12 07:53:07 +0530
  • 8a18f89b03 install binaries from mason.nvm & tsparsers automatically after nvchad install siduck 2022-09-11 01:07:44 +0530
  • 3df9c03eb5 Fixed notify_once() call Rik034 2022-09-09 11:07:48 +0200
  • 871064a5da remove examples dir siduck 2022-09-09 12:36:12 +0530
  • 0e6ab04ed7 keep treesitter indenting enabled by default siduck 2022-09-09 09:49:31 +0530
  • e8a4158924 Support old plugin syntax too | Cleanup | Misc siduck 2022-09-08 14:45:23 +0530
  • d61946d3bf Simplify plugin management even more (#1518) siduck 2022-09-02 11:05:50 +0530
  • f0c93c8472 remove gitsigns autocmd on gitsigns load Lucario387 2022-09-08 20:49:47 +0900
  • 5db641289d change jk mapping for visual mode only Lucario387 2022-09-08 19:55:15 +0900
  • d617bb5a75 fix pasting in select mode Lucario387 2022-09-08 19:45:35 +0900
  • b34328fb41 plugins: Colorizer: Changes for new config style Akianonymus 2022-09-03 19:38:35 +0530
  • 7fe754342a Remove unnecessary comment nt 2022-08-29 16:25:59 +0300
  • bf827e0ebd fix #1516 #1517 siduck 2022-08-28 09:14:09 +0530
  • 696559863b keep ftplugin folder git-ignored | #1510 siduck 2022-08-25 18:01:45 +0530
  • 2b41bcd3df core: Move relavent tabufline code to NvChad/ui repo Akianonymus 2022-08-21 17:39:37 +0530
  • a23d955656 plugins: alpha: Move alpha related cmd to alpha config Akianonymus 2022-08-21 17:26:34 +0530
  • fe9a7b1651 core|options: Add formatoptions in options | Remove unnecessary autocmd Akianonymus 2022-08-21 15:06:09 +0530
  • 9021289421 core: autocmd: Remove 'tabdo wincmd =' on VimResized Akianonymus 2022-08-21 14:02:56 +0530
  • 4ac1ece326 Update lazy_load.lua Aki 2022-08-24 08:17:40 +0530
  • 0f5a96028e fix: gitsigns not loading Lucario387 2022-08-24 09:24:58 +0900
  • a6f2f0e0b9 Breaking Change: Avoid mapping default keybind <S-b> siduck 2022-08-23 18:54:04 +0530