Commit Graph

  • e0bd7e9452 reference plugins by github string instead of 'fake' name zbirenbaum 2022-01-30 00:37:18 -0500
  • b2b64cfa79 added checks for empty tables and fixed typo in autopairs config zbirenbaum 2022-01-29 23:04:20 -0500
  • c111f25730 removed keys and conditionals for plugin order from init.lua and default config. Now overridable via default_plugin_override field zbirenbaum 2022-01-29 20:17:05 -0500
  • af5ce2dda4 updated core.utils and init.lua to support override packer use table of individual plugins. zbirenbaum 2022-01-29 18:35:09 -0500
  • 6f5661602e added ability to remove plugins from default config completely so they can be configured in custom/init.lua zbirenbaum 2022-01-29 18:07:28 -0500
  • 2b66ec1bb4 moved chad plugins to external table, maintained custom init.lua functionality zbirenbaum 2022-01-29 17:59:01 -0500
  • e8b31c9308 add impatient.nvim and filetype.nvim | improve startuptime siduck 2022-01-29 23:02:23 +0530
  • 50aa25f307 remove duplicate var | tidy siduck 2022-01-29 20:03:59 +0530
  • 0349de6d10 lazy load nvim-cmp if snippets are disabled siduck 2022-01-29 19:59:40 +0530
  • 2a02054a39 Add config.plugins.status.snippets to enable/disable snippets i3cheese 2022-01-29 19:16:01 +0700
  • e9f1f93631
    lazy load nvim-cmp if snippets are disabled siduck 2022-01-29 19:59:40 +0530
  • eaded641f6 Add config.plugins.status.snippets to enable/disable snippets i3cheese 2022-01-29 19:16:01 +0700
  • ee5b79d3d4 fix (#740) | lazy load lspconfig on nvim_cmp_lsp module siduck 2022-01-26 20:17:44 +0530
  • fe6873abda fix typo in variable Elias Beltran 2022-01-24 22:08:51 -0600
  • d79865a3bb exclude lsp-installer filetype for blankline siduck 2022-01-24 17:00:25 +0530
  • c7b2ae9cf1 remove some plugins | BREAKING CHANGE (#748) siduck 2022-01-24 16:55:58 +0530
  • 20e8249efa fix typo in variable siduck 2022-01-23 13:03:39 +0530
  • 4511b84d6c load lspconfig after cmp | fix (#740) siduck 2022-01-23 12:54:15 +0530
  • ddd13df5af Fix typo emincanozcan 2022-01-22 22:50:22 +0300
  • 4677d812e9
    Fix typo emincanozcan 2022-01-22 22:50:22 +0300
  • c2a1298ac0 fix error handling of custom/init.lua (#739) siduck 2022-01-22 18:33:05 +0530
  • b9fcaf610f plugins:lspconfig: Add module name to packer config Akianonymus 2022-01-22 13:23:15 +0530
  • bad06dc44f mappings: Allow to remove plugin mappings in chadrc Akianonymus 2022-01-22 12:51:12 +0530
  • 4c85f25a09 init.lua: Print error message if custom init.lua cannot be called properly Akianonymus 2022-01-22 12:10:07 +0530
  • b86ae3b170 configs/statusline: Fix extra space before git diff removed icon Akianonymus 2022-01-22 10:19:32 +0530
  • e4b58a1918 plugins:lspconfig: Add module name to packer config Akianonymus 2022-01-22 13:23:15 +0530
  • deca825b59 mappings: Allow to remove plugin mappings in chadrc Akianonymus 2022-01-22 12:51:12 +0530
  • 6de701f041 init.lua: Print error message if custom init.lua cannot be called properly Akianonymus 2022-01-22 12:10:07 +0530
  • 09ab9395fc configs/statusline: Fix extra space before git diff removed icon Akianonymus 2022-01-22 10:19:32 +0530
  • a0dd82a292 clean nvimtree config siduck 2022-01-22 11:05:27 +0530
  • 4077ff3520 fixed chadrc string overrides calling default function parameter. Added ability to use function as config override zbirenbaum 2022-01-21 16:31:58 -0500
  • bccd8e4ab9 utils: Improve override functions | Fix nvimtree and statusline config | Misc Akianonymus 2022-01-21 17:19:49 +0530
  • 82211ed829 updated init.lua requires to support new plugin default configuration format zbirenbaum 2022-01-20 19:28:01 -0500
  • c3beea11ee Added support for modifying specific key values in default configs via chadrc to all plugin configurations with setup table(s) zbirenbaum 2022-01-20 19:26:05 -0500
  • cf7f8a557a added helper function to support partial plugin config overrides via tables in chadrc zbirenbaum 2022-01-20 19:12:09 -0500
  • 6997399360 fixed chadrc string overrides calling default function parameter. Added ability to use function as config override zbirenbaum 2022-01-21 16:31:58 -0500
  • babf4c6e98 utils: Improve override functions | Fix nvimtree and statusline config | Misc Akianonymus 2022-01-21 17:19:49 +0530
  • be8be9cc92 updated init.lua requires to support new plugin default configuration format zbirenbaum 2022-01-20 19:28:01 -0500
  • 7f01921901 Added support for modifying specific key values in default configs via chadrc to all plugin configurations with setup table(s) zbirenbaum 2022-01-20 19:26:05 -0500
  • a8e72c9343 added helper function to support partial plugin config overrides via tables in chadrc zbirenbaum 2022-01-20 19:12:09 -0500
  • 8f7b19f23b lazy load telescope module siduck 2022-01-20 11:37:32 +0530
  • e6223cc587 Enable FastWrap capabilities: https://github.com/windwp/nvim-autopairs#fastwrap Danilo Horta 2022-01-11 22:59:35 +0000
  • 555cd5a0e7 Enable FastWrap capabilities: https://github.com/windwp/nvim-autopairs#fastwrap Danilo Horta 2022-01-11 22:59:35 +0000
  • b1338beb0f add option to toggle lazy load for cmp and related siduck 2022-01-11 18:43:09 +0530
  • a21ee2f22f clean | organize statusline config siduck 2022-01-11 11:42:02 +0530
  • fa9f9aad0b rewrote statusline to be compartmentalized into named components and easier to understand/customize as a basis zbirenbaum 2022-01-10 23:39:37 -0500
  • 8b55f37178
    Create statusline.lua siduck 2022-01-11 11:42:22 +0530
  • 1e1a6db26a
    clean | organize statusline config siduck 2022-01-11 11:42:02 +0530
  • 884933dae0 rewrote statusline to be compartmentalized into named components and easier to understand/customize as a basis zbirenbaum 2022-01-10 23:39:37 -0500
  • 8c2bbd2143 fix cursor bugging when using auto-completion #603 siduck 2022-01-11 06:14:32 +0530
  • e9b25e5912 rm un-needed lazy loading for comment.nvim siduck 2022-01-10 06:32:27 +0530
  • 71b710b35b add option for packerInit | fix (#715) siduck 2022-01-09 09:07:18 +0530
  • ea6f2a1490 hotfix to :Telescope command flag order David Stark 2022-01-08 01:54:55 +0000
  • c6a82ea5d0
    hotfix to :Telescope command flag order David Stark 2022-01-08 01:54:55 +0000
  • 83ad616dd3 when finding all files via Telescope follow symlinks David Stark 2022-01-08 00:52:11 +0000
  • 6f65cffaa1 chore: add spell directory to gitignore Matt Bailey 2022-01-07 12:23:25 -0800
  • 08c2f7f127
    when finding all files via Telescope follow symlinks David Stark 2022-01-08 00:52:11 +0000
  • a0ff5dc261
    chore: add spell directory to gitignore Matt Bailey 2022-01-07 12:23:25 -0800
  • 4e54ee0081 rm hooks siduck 2022-01-07 19:58:05 +0530
  • 799432e99e load custom/init.lua at last | fix (#694) siduck 2022-01-07 07:30:55 +0530
  • 0a546e4720 rm unused hook siduck 2022-01-06 22:30:48 +0530
  • 4c88eaec49 readme badge : update nvim version siduck 2022-01-04 06:44:45 +0530
  • 1e6f9a2e52 fix errors thrown by neovim no longer allowing implicit conversions of nil to 0 in api function calls. See neovim/neovim#16745 for details on why this is now an error zbirenbaum 2022-01-03 15:50:00 -0500
  • 9d013a3529 chore: fix typos Dundar Göc 2022-01-03 22:28:09 +0100
  • b5a10c6ec5 chore: fix typos Dundar Göc 2022-01-03 22:28:09 +0100
  • 2e2aa9514c fix errors thrown by neovim no longer allowing implicit conversions of nil to 0 in api function calls. See neovim/neovim#16745 for details on why this is now an error zbirenbaum 2022-01-03 15:50:00 -0500
  • 5848f5c3d9
    support update default lsp key mappings zhaopeng 2022-01-03 12:11:59 +0800
  • 9551ce7031 rm telescope-media-files.nvim! siduck 2022-01-01 17:30:42 +0530
  • abe720b881 remove telescope fzf-native.nvim plugin siduck 2022-01-01 16:24:19 +0530
  • edcf93ea81 docs: fix some old links Jorde Vorstenbosch 2021-12-31 14:21:46 +0100
  • 7e9cd1500b
    docs: fix some old links Jorde Vorstenbosch 2021-12-31 14:21:46 +0100
  • e77be17fe6 fix typo in example_init.lua justin-f-perez 2021-12-28 13:25:47 -0600
  • 8e0278c270
    fix typo in example_init.lua justin-f-perez 2021-12-28 13:25:47 -0600
  • de9b702f0e hide indentline on telescope preview window siduck 2021-12-27 07:42:51 +0530
  • 688586eeec Telescope: Remove no_ignore option from find files ryanb-dev 2021-12-26 18:20:58 -0600
  • 532d85b3db Telescope: Remove no_ignore option from find files ryanb-dev 2021-12-26 18:20:58 -0600
  • 331754a890 nvimtree: Load after nvim-web-devicons when lazy load disabled Akianonymus 2021-12-26 10:04:19 +0530
  • 60212005cb statusline: Refresh after BufRead too Akianonymus 2021-12-26 10:09:19 +0530
  • 5b8cd9c883 nvimtree: Load after nvim-web-devicons when lazy load disabled Akianonymus 2021-12-26 10:04:19 +0530
  • 1758f56541 statusline: Refresh after BufRead too Akianonymus 2021-12-26 10:09:19 +0530
  • 213efa7abe Better git_diff_changed statusline icon Jorge Mederos 2021-12-25 16:46:20 -0500
  • 19cb35d80e make nvimtree folder match its icon color siduck 2021-12-25 10:57:25 +0530
  • a2d91acc84 nvimtree: Allow changing lazy load from chadrc | Resolve https://github.com/NvChad/NvChad/issues/621 Akianonymus 2021-12-24 23:35:13 +0530
  • e92fb4b714 nvimtree: Allow changing lazy load from chadrc | Resolve https://github.com/NvChad/NvChad/issues/621 Akianonymus 2021-12-24 23:35:13 +0530
  • 0725838603 fix: change nvim-tree open directory icon Daniel Cardona Rojas 2021-12-23 13:36:20 -0500
  • 7be01383ab raise the minimum version to 0.6+ boppyt 2021-12-23 22:54:08 +0900
  • cb84f51a36 raise the minimum version to 0.6+ boppyt 2021-12-23 22:54:08 +0900
  • ae90cca3f0 lua vim.diagnostic.setloclist Erasin 2021-12-23 20:54:42 +0800
  • dd3720fa5d lua vim.diagnostic.setloclist Erasin 2021-12-23 20:54:42 +0800
  • 344a9aa90c fix typo in feline repo boppyt 2021-12-23 08:43:49 +0900
  • 4aa541cdbd fix typo in feline repo boppyt 2021-12-23 08:43:49 +0900
  • e5435e93de update feline config (rename colors table to theme) siduck 2021-12-22 22:35:16 +0530
  • dbc95e41bf fix feline with new diagnostic api boppyt 2021-12-23 01:23:46 +0900
  • 96e1b6a84a
    fix feline with new diagnostic api boppyt 2021-12-23 01:23:46 +0900
  • 3a966955d4 make lspconfig mappings compatible with nvim 0.6v siduck 2021-12-22 18:05:07 +0530
  • 31e551af30 Make lspconfig mappings configurable. Danilo Horta 2021-12-18 22:39:59 +0000
  • d729bc3403 Make lspconfig mappings configurable. Danilo Horta 2021-12-18 22:39:59 +0000
  • 1cd5150b70 update comment toggle mappings (#658) siduck 2021-12-16 18:55:33 +0530
  • f718060260 Rename esc_insertmode to better_escape - change the plugin status name for better_escape Sravanth C 2021-12-16 13:02:49 +0530
  • d1a13220f6
    Rename esc_insertmode to better_escape - change the plugin status name for better_escape Sravanth C 2021-12-16 13:02:49 +0530