Commit Graph

  • 52a3b7536b
    Merge c2631e3af9 into 156eeef8ec Timur 2024-05-09 14:07:52 +0000
  • c2631e3af9
    Added binds for moving lines of code Timur 2024-05-09 17:07:31 +0300
  • 156eeef8ec rm mapping <ESC> in terminal mode #2817 v2.5 siduck 2024-05-03 14:23:02 +0530
  • 53df5e175a
    use pre-defined local variable autocmd (#2816) Hassan Ait Nacer 2024-05-02 00:46:58 +0100
  • dfcb0171fa use pre-defined local variable autocmd Hassan Ait Nacer 2024-05-01 17:54:48 +0100
  • cbecbe6b4a nvcheatsheet: exclude some groups by default siduck 2024-04-28 16:31:26 +0530
  • 4f4c43a2b9 dont capitalize mapping desc siduck 2024-04-28 16:24:59 +0530
  • 3b5f1bd42a add excluded_groups feature for nvcheatsheet siduck 2024-04-28 16:08:25 +0530
  • f8e6c59985 rm size prop from term toggle funcs siduck 2024-04-19 06:57:32 +0530
  • adeecf701e
    Rename Lsp keymap descriptions to LSP (#2792) Panos Sakkos 2024-04-17 02:59:51 +0300
  • f2523002b2 refactor LSP in description Panos Sakkos 2024-04-16 17:20:17 +0000
  • 9dcdf8507a fix error Panos Sakkos 2024-04-16 17:09:01 +0000
  • d044f0e9f6
    rename Lsp keymap descriptions to LSP Panos Sakkos 2024-04-16 20:05:15 +0300
  • 1295e9eafa
    update options.lua (#2790) Basil Feitknecht 2024-04-16 02:06:54 +0200
  • c7a85a0803
    update options.lua Basil Feitknecht 2024-04-15 22:11:23 +0200
  • aa3475476b feat(python): Added the python support to the code n-s-s-p-k 2024-04-15 00:49:33 +0530
  • 0b1f669caa
    Extend treesitter highlighting grammer (#2783) jotihojr 2024-04-11 08:32:28 +0200
  • 3de57858c3
    Extend treesitter highlighting grammer jotihojr 2024-04-11 05:39:43 +0200
  • a6bd512829
    add missing mapping for finding marks (#2782) Đ - DEV 2024-04-10 19:07:52 +0700
  • 5b8191d647 add missing mapping for finding marks Apollo-Dev 2024-04-10 18:18:28 +0700
  • ec5a4cae53 New option "tabufline.show_tabs_always" Weihao Feng 2024-04-04 02:34:57 +0200
  • 6833c60694 add default hl for term siduck 2024-03-26 13:26:00 +0530
  • 32d8a1fdff make nvconfig base46.integrations support new integrations only siduck 2024-03-24 08:11:01 +0530
  • 82413d957e disable colornames in nvim-colorizer siduck 2024-03-24 06:07:53 +0530
  • a9d38cd8d3 Fix reload_module typo Brent Mealhouse 2024-03-18 23:02:41 -0500
  • e5f8a38ae3 reload chadrc in autocmd siduck 2024-03-19 09:32:01 +0530
  • ff09391f62 reload chadrc in autocmd siduck 2024-03-19 08:56:18 +0530
  • 44a24e2fe5 update nvterm repo author v2.0 siduck 2024-03-19 06:27:33 +0530
  • 41adc6ce76 feat: restore cursor position from last time groveer 2024-03-18 11:47:11 +0800
  • 2e54fce028 add nvchad_types back & conform plugin siduck 2024-03-18 06:29:28 +0530
  • 178bf21fde rm outdated info siduck 2024-03-16 07:48:33 +0530
  • 8df62c803d rm useless code siduck 2024-03-15 09:05:43 +0530
  • b94c57954f enable git by default for nvimtree siduck 2024-03-15 06:37:04 +0530
  • 80c2e01c75 load blankline highlights after its setup() too https://github.com/lukas-reineke/indent-blankline.nvim/issues/754 siduck 2024-03-14 11:15:37 +0530
  • f4e642fa36
    add more gitsigns mappings KorigamiK 2024-03-13 20:50:38 +0000
  • 1a98a451ea
    fix: Better approach to check if the system is Windows before setting PATH (#2690) Pablo Rodriguez 2024-03-10 10:33:32 -0400
  • 6f7b8d36b4
    remove un-needed parenthesis Sidhanth Rathod 2024-03-10 20:03:16 +0530
  • cf1db9821a use has(win32) func to detect windows #2690 siduck 2024-03-10 20:00:40 +0530
  • 259274a624 rm dead base46 integration from nvconfig siduck 2024-03-10 19:18:10 +0530
  • ccf6bc397f rm reference for example_config in bootstrap siduck 2024-03-10 08:55:15 +0530
  • 96ba9ceb0c
    add vim.g.vscode_snippets_exclude option (#2715) William Sedlacek 2024-03-09 17:31:07 -0800
  • 3d300de462
    add vim.g.vscode_snippets_exclude option William Sedlacek 2024-03-09 16:07:36 -0800
  • 6fb5c313ed update branch for base46/ui plugin v2.5 siduck 2024-03-09 21:37:34 +0530
  • 6b40fb590f use vim.o instead of vim.opt for non tb opts siduck 2024-03-09 18:13:19 +0530
  • bbc2cbaae6 rm including types in default lspconfig lua_lsp setup siduck 2024-03-09 15:41:16 +0530
  • 166bb9beba rm some useless comments siduck 2024-03-09 13:00:51 +0530
  • 2cf989cf31 rm useless term option siduck 2024-03-08 19:46:31 +0530
  • 6ceba89802 + self settings bagrorg 2024-03-07 12:10:17 +0100
  • 181fe71f1a
    Merge branch 'NvChad:v2.0' into v2.0 Kakashi 2024-03-07 15:40:38 +0530
  • dfc90c7de3 xd kakashi 2024-03-07 14:41:10 +0530
  • c0cfdd7670 fixed macro colorscheme kakashi 2024-03-07 14:25:34 +0530
  • 634f6d55de update some module paths siduck 2024-03-07 06:50:13 +0530
  • 71b32e851b removed root_dir requirement for deno kakashi 2024-03-07 05:46:41 +0530
  • 8c87227389 added deno lsp kakashi 2024-03-06 05:36:42 +0530
  • bb731ccbbb rm termguicolors opt as its loaded in base46 backup siduck 2024-03-05 21:37:22 +0530
  • 2282f9d338 rm termguicolors opt as its loaded in base46 siduck 2024-03-05 21:36:34 +0530
  • 364a0bd57c added c lsp kakashi 2024-03-05 20:46:30 +0530
  • 440ef81bc4 misc siduck 2024-03-05 08:35:52 +0530
  • c4db8736ce
    rm useless command Sidhanth Rathod 2024-03-05 08:10:54 +0530
  • f6af7e8a29 rm un-needed require siduck 2024-03-05 08:04:07 +0530
  • 6608363bd9 disable semantic tokens in on_init, in lspconfig.lua siduck 2024-03-05 08:01:37 +0530
  • d0af27648a disable semantic tokens in on_init, in lspconfig.lua siduck 2024-03-05 08:01:37 +0530
  • 13cce81d99 disable semantic tokens in on_init & expose on_init siduck 2024-03-05 07:53:19 +0530
  • 168274038c add nvchad colorscheme in colors/ siduck 2024-03-04 22:44:44 +0530
  • b17c4d9e86 mv nvconfig to lua/ siduck 2024-03-04 11:56:40 +0530
  • e307a4eacf better plugin structure siduck 2024-03-04 08:18:44 +0530
  • 73bf6c437f misc siduck 2024-03-04 08:07:10 +0530
  • 7801448908 fix: Theme issue n-s-s-p-k 2023-11-27 13:14:05 +0530
  • 84d55d6be2 fix: Format on save, added git sign n-s-s-p-k 2023-11-23 02:22:15 +0530
  • 521c11fa99 feat(codeiumAI): Added Codeium plugin for AI support n-s-s-p-k 2023-11-22 02:41:12 +0530
  • 3a226db213 chore: Added the reference md file n-s-s-p-k 2023-11-22 02:24:38 +0530
  • 34f2efd7b1 feat(terraform,yaml,json,prettier): Added the support in null-ls and lsp n-s-s-p-k 2023-11-22 01:22:51 +0530
  • 5f4b92202b feat(projectManager): Added a project manager plugin & modified the status line n-s-s-p-k 2023-11-22 01:17:23 +0530
  • 87f450b29d feat(harpoon): Added harpoon navigation n-s-s-p-k 2023-11-22 00:31:33 +0530
  • 2e3631c9d7 chore: Corrected config with } n-s-s-p-k 2023-11-21 23:25:29 +0530
  • 8196752a49 feat(go): Added go plugins and conf n-s-s-p-k 2023-11-21 23:03:47 +0530
  • 2eac8906fc add tabufline order syntax siduck 2024-03-03 22:12:12 +0530
  • 16fadf9e0d add stl order/modules opts siduck 2024-03-02 16:50:55 +0530
  • 423035b14a fixed colors and bugs kakashi 2024-03-02 04:02:10 +0530
  • a5134b62fa generated colorschemes kakashi 2024-03-02 03:18:31 +0530
  • 11f11c0ade fixed bugs kakashi 2024-03-02 02:27:55 +0530
  • bb144b9609 fixed colorscheme kakashi 2024-03-02 02:01:20 +0530
  • f696463ccc fixed colorscheme kakashi 2024-03-02 01:30:44 +0530
  • 9e1e1de3a4 color fix: builtin type kakashi 2024-03-01 12:00:16 +0530
  • 960509e585
    FIX: lsp_signature_help() mapping (#2698) Gabriels 2024-03-01 03:04:31 +0200
  • 4617b52cff imp: change mapping Gabriels 2024-03-01 03:04:08 +0200
  • 8c89241838 fixed colors kakashi 2024-03-01 06:14:12 +0530
  • 824e88e778 added status and bar kakashi 2024-03-01 05:53:13 +0530
  • 00eec6eba1 improved modules(colorscheme) kakashi 2024-03-01 03:29:19 +0530
  • d421b39c66 set colorscheme kakashi 2024-03-01 02:49:20 +0530
  • 77d1ff2024 implemented install script kakashi 2024-03-01 02:35:52 +0530
  • 5df264369d added further configurations kakashi 2024-03-01 02:14:51 +0530
  • 8ae2f16bd5 fix: change lsp_signature_help() mapping Gabriels 2024-02-29 21:26:34 +0200
  • db95e7e1fd change branch for ui siduck 2024-02-29 22:39:01 +0530
  • 7dc8c6d0b2 initial starter dir structure; siduck 2024-02-29 22:03:20 +0530
  • 3fa6e3bade
    Clean Mapping syntax & some modules (#2695) Sidhanth Rathod 2024-02-29 21:57:31 +0530
  • 5d69a0d0f9 rm un-needed dofile call siduck 2024-02-29 21:50:47 +0530
  • 8fe6a6560e rm treesitter tag & fix #2697 siduck 2024-02-29 08:47:12 +0530
  • adf67560ce misc siduck 2024-02-29 08:00:50 +0530
  • cd10647dd6 add mason bootstrap in main bootstrap file only siduck 2024-02-28 20:13:34 +0530