Commit Graph

  • 0b83d9cc0c shorten some mapping functions in utils.lua siduck 2022-08-07 08:25:07 +0530
  • 650614d14b avoid loading tabufline mappings in nvchad/uis packer table siduck 2022-08-07 08:11:29 +0530
  • f4655e13ec mappings: Only set mappings if the plugin is enabled Akianonymus 2022-08-04 20:02:16 +0530
  • d7b97dfe63 utils: Improve remove_default_keys function Akianonymus 2022-08-06 20:59:40 +0530
  • 5bd4282835 cmp: load if cmp module is called Akianonymus 2022-07-29 13:57:08 +0530
  • df3ae31e94 simplify gitsigns lazyloading siduck 2022-08-06 08:19:14 +0530
  • cf5e7e9811 add mapping for tbufpick command siduck 2022-08-02 21:11:18 +0530
  • d8b966730c remove useless mappings | gt & gT already exists siduck 2022-08-02 20:21:40 +0530
  • 60fb7fd0a9 load webdevicons plugin after nvchad_ui siduck 2022-08-01 14:00:06 +0530
  • f51e91a391 fix(lsp): lsp on_attach was not called at normal mode tomasky 2022-07-31 22:35:43 +0800
  • 243552c21e override mason.nvim higlights with an autocmd temporarily siduck 2022-07-30 16:01:47 +0530
  • 27f01cbb10 make alpha.nvim options structure match to all other plugin config options siduck 2022-07-30 08:42:18 +0530
  • 4a2d344de4 chore: update issue template tomasky 2022-07-27 20:37:12 +0800
  • 817aeea9a1 fix(0.8): 🐛 update session data dir in neovim nightly tomasky 2022-07-26 17:22:26 +0800
  • 429ce94da1 store vim version in global for v0.8 compatibility checks siduck 2022-07-26 13:05:58 +0000
  • 8eb56b6644 Fix windows env path separator Lilin Lao 2022-07-26 15:22:16 +0800
  • a522cebca8 fix(options): don't set `did_load_filetypes` in neovim nightly ahhshm 2022-07-26 11:10:27 +0430
  • be5fe4ea62 fix: meson.nvim override typo Ryan Caezar Itang 2022-07-26 09:27:50 +0800
  • 45f3a0e32d Update README.md Roberto Silva 2022-07-25 12:44:35 -0500
  • fd30351b0d add cmd to install all mason.nvim packages siduck 2022-07-25 14:25:31 +0000
  • a83ebc34e5 Breaking Change : LSPInstaller is dead so use mason.nvim siduck 2022-07-25 13:49:33 +0000
  • 5d4c51127c clean stuff siduck 2022-07-24 17:00:09 +0000
  • 26fc9b5a6c Breaking change : easen up custom lspconfig setup siduck 2022-07-24 10:45:14 +0000
  • 2b55f9bb78 rm un-needed nvim-colorizer lazyloading function siduck 2022-07-24 10:17:46 +0000
  • 6a789fa37d breaking change for option overriders | rm un-necessary things from config siduck 2022-07-24 07:35:12 +0000
  • 6f0aa376a8 set shiftwidth to 2 | format all files siduck 2022-07-22 16:00:00 +0000
  • ce027efbe9 Update README.md Pratik Pingale 2022-07-15 23:42:01 +0530
  • 84cc8ec750 Add: `NvChad/ui` plugin link Pratik Pingale 2022-07-15 23:28:48 +0530
  • d8a92c75b1 Fix colorizer lazy load messing up cursor position when file is opened Akianonymus 2022-07-15 13:08:42 +0530
  • e94a8c1e25 add global for tabufline CoverNvimtree module | (#1338) siduck 2022-07-15 15:17:42 +0530
  • 74f2efca9f BREAKING Change for statusline_separator & tabufline overriders siduck 2022-07-15 09:37:12 +0530
  • fa68c66454 mappings: Do not use j,k mappings in operator mode Akianonymus 2022-07-14 23:13:49 +0530
  • fb9a7b9206 add nvchad ui plugin siduck 2022-07-14 17:42:00 +0530
  • b9f0e4623e mappings: Add back mappings removed in 0844431d37 | Format files Akianonymus 2022-07-14 15:37:52 +0530
  • 37b2c53a46 fix diff highlights not working on gitcommit filetypes (#1317) siduck 2022-07-13 09:51:20 +0530
  • 7b683eaf63 fix: only access mapping_info.opts field if possible Leon Heidelbach 2022-07-12 18:34:22 +0200
  • 5339bc42ae clean stuff siduck 2022-07-12 21:54:25 +0530
  • 86b3b6e96b
    Dont list quickfix buffers #1310 Sidhanth Rathod 2022-07-08 19:20:57 +0530
  • 1500ff1516 enhancement: update lsp syntax to support both stable and nightly Thieu Nguyen 2022-07-06 10:23:37 +0700
  • 71f30f72c0 signatureHelp: don't capture focus Maximiliano Curia 2022-07-04 18:02:08 +0200
  • c19398b3f6 fix #1309 siduck 2022-07-04 11:51:43 +0530
  • cd5d85a11b modularize statusline config | Make overriding of it actually work (#1307) siduck 2022-07-04 07:09:38 +0530
  • d0cd5714a2 Update stylua option: `no_call_parentheses` -> `call_parentheses` sitiom 2022-07-02 19:24:37 +0800
  • 7654a1fc8c allow showing of buffer in a different tab if its already opened in another tab #1297 siduck 2022-07-01 06:27:40 +0530
  • d4c71e1472 fix hidden buffer tabs not showing in tabufline with less space siduck 2022-06-29 10:17:28 +0530
  • ae77406a64 fix #1276 siduck 2022-06-28 20:09:02 +0530
  • 519a2df1a0 clean up siduck 2022-06-28 11:11:11 +0530
  • 6ff356ae93 fix: let override function works,fix #1287 #1278 tomasky 2022-06-28 12:33:34 +0800
  • f5b6a67ebb Update README.md Kévin Dunglas 2022-06-27 22:56:40 +0200
  • 5b24c94a60 docs: fix broken links in README.md Kévin Dunglas 2022-06-27 22:56:05 +0200
  • ce2a5d8596 fix(luasnip): switch to using global variables Manas Mengle 2022-06-27 16:25:47 +0100
  • 34628a1789 fix(luasnip): make sure friendly-snippets are loaded too Manas Mengle 2022-06-27 16:19:11 +0100
  • 5a3fcd7326 feat(luasnip): added snippet_paths option for luasnip Manas Mengle 2022-06-27 15:58:14 +0100
  • 9ccc95ea6c refactor: remove python2 provider McAuley Penney 2022-06-27 09:21:19 -0700
  • aef0a987cc fix: providers are not disabled McAuley Penney 2022-06-27 08:54:19 -0700
  • e52ba32fa3 feat(nvimtree): enable filesystem watchers Höhl, Lukas 2022-06-27 16:14:43 +0200
  • 73cfdd7367 remove buf_loaded check siduck 2022-06-27 20:11:20 +0530
  • dbb3439982 fix tabufline not showing multiple files on startup | fix #1277 siduck 2022-06-27 19:15:28 +0530
  • 33550e9587 add options for tabufline : enabled, lazyload, override | fix (#1274) siduck 2022-06-27 07:16:33 +0530
  • 9c07c5c2ed fix typo in treesitter init cmds asiryk 2022-06-26 16:58:51 +0300
  • 1fdf01ccd4 feat(nvim-tree): enable adaptize size Höhl, Lukas 2022-06-26 14:33:51 +0200
  • 62b9c09f44 fix tabufline crash when formatting buf | (#1265) siduck 2022-06-26 06:24:52 +0530
  • 876295ec02 rm misleading field name for tabufline in default_config siduck 2022-06-25 11:21:50 +0530
  • 845d5b4866 write own lightweight tabufline | remove bufferline siduck 2022-06-24 19:24:59 +0530
  • 5e4b2e6a11 avoid cmp to take over "<CR>" #1258 siduck 2022-06-24 10:24:45 +0530
  • d327582dc0 telescope: remove deprecated option: `use_less` Sabu Siyad 2022-06-22 13:08:13 +0530
  • 8b0a28195b fix: typo on readme [asethetic] -> [aesthetic] Dikson Santos 2022-06-21 18:20:05 -0300
  • e57a3b5de9 added missing brackets Rentib 2022-06-21 13:24:31 +0200
  • 2138c846be Fix Plugin Override Function Capabilities Chris 2022-06-19 13:38:29 -0400
  • 7bb3afbb96 feat: add warning message when using PackerSync on snapshot branches Leon Heidelbach 2022-06-20 01:26:13 +0200
  • 46590c3772 fix 4f1ee6ec8f (commitcomment-76448502) siduck 2022-06-19 16:55:40 +0530
  • 4f1ee6ec8f Breaking change for statusline_separator field users | optimize statusline & make it overridable siduck 2022-06-19 13:43:11 +0530
  • 099e075a01 lazy load plenary.nvim siduck 2022-06-18 16:25:37 +0530
  • a99a789f74 fix #1223 siduck 2022-06-18 14:25:23 +0530
  • 9bca3eacae clean config | fix (#1225) (#1226) siduck 2022-06-18 09:57:17 +0530
  • 349ee96a20 feat: export lazy_load function for user custom plugins vlaw 2022-06-17 19:06:03 +0800
  • 92082d64e5 feat: (BETA release) NvChadSnapshots are here. Look at the pinned issue for more information! Leon Heidelbach 2022-06-16 19:41:19 +0200
  • 977864e24d Update lazy_load.lua tomaswyz 2022-06-16 15:11:12 +0800
  • c0d75edea0 fix: always display `LSP ~` tomaswyz 2022-06-16 11:29:31 +0800
  • dac05df972 Fix deprecation notice on nightly zbirenbaum 2022-06-16 00:15:17 -0400
  • 6bb209a834 fix #1215 zbirenbaum 2022-06-16 00:01:15 -0400
  • 1383117bd3 Update lazy_load.lua tomaswyz 2022-06-15 22:26:10 +0800
  • 771046a738 feature: make override can be a function a690700752 2022-06-15 20:11:53 +0800
  • 2091160434 BREAKING change for hl_override users siduck 2022-06-15 17:08:39 +0530
  • e1be20329e Update statusline.lua siduck 2022-06-15 17:03:30 +0530
  • d66c000d48 fix: show all lsp of mulit-lsps workspace DragonBillow 2022-06-15 17:18:38 +0800
  • aabf8ca225 make lspsignature window float above the cursor to avoid cmp overlapping siduck 2022-06-15 07:26:10 +0530
  • a7a6945f52 dont lazy load extensions plugin as its useless to do so siduck 2022-06-14 23:23:13 +0530
  • 50fdc12f80 fix #1207 siduck 2022-06-14 22:56:57 +0530
  • 31f0a2bd4c fix creepy issue related to lazyloading siduck 2022-06-14 19:50:34 +0530
  • 0bde81a074 Improve startuptime | remove un-needed plugins | lazy load plugin highlights too siduck 2022-06-14 17:36:27 +0530
  • d42ffe1ac7 fetch correct lsp name while existing multi actived lsp clients kiyon 2022-06-13 12:39:47 +0800
  • 5b37cb5875 fix #1188 | remove options that already have default vim values | remove better-escape.nvim as it feels un-needed, ESC or Ctrl c can be used for escaping normal mode or just map jk to ESC siduck 2022-06-10 17:24:02 +0530
  • 5ee4f93309 clean readme | rm outdated info & update img links siduck 2022-06-09 08:45:28 +0530
  • dd260cb4d5 add custom highlight group for cmp siduck 2022-06-09 05:55:35 +0530
  • 700801b313 avoid overriding default vim.lsp functions siduck 2022-06-07 11:11:55 +0530
  • 4a603d1a1d add tag release field in bufferline packer definition (#1176) siduck 2022-06-06 20:10:56 +0530
  • 1b4ac82718 Update init.lua Waldir Borba Junior 2022-06-06 09:56:29 -0300
  • d9263b3718 add error handling in statusline for devicons plugin siduck 2022-06-06 10:10:35 +0530
  • 39a7f60682 add arrow style for statusline TianYaX 2022-06-06 11:46:48 +0800