Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-06 | fix(autocmds): make sure we are using codelens correctly (#2576) | Abouzar Parvan | |
2022-05-06 | chore: bump plugins version (#2563) | github-actions[bot] | |
* chore: bump plugins version * chore(plugins): update * chore(update): replace DAPInstall with dap-buddy Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Abouzar Parvan <[email protected]> | |||
2022-05-05 | fix(dap): pause key binding commmand (#2573) | Thomas Benard | |
Co-authored-by: Thomas Bernard <[email protected]> | |||
2022-05-05 | fix(dap): temporarily use dap-buddy dev branch which has older code (#2567) | Abouzar Parvan | |
2022-05-03 | feat(quit): make sure to ask before discarding changes (#2554) | Abouzar Parvan | |
2022-05-03 | chore(ci): fix failing plugins-update action | kylo252 | |
2022-05-03 | Merge remote-tracking branch 'origin/rolling' | kylo252 | |
2022-05-03 | fix(autocmd): actually use the format wrapper (#2560) | baku1101 | |
2022-05-03 | chore: update changelog | kylo252 | |
2022-05-03 | Merge remote-tracking branch 'origin/rolling' | kylo252 | |
2022-05-03 | refactor: use api-autocmds for lsp functions (#2549) | kylo252 | |
* refactor: use api-autocmds for lsp functions * chore: use the existing client.supports_method api * fix: a callback in an autocmd doesn't pass nil * revert: keep changes minimal to which-key Co-authored-by: Abouzar Parvan <[email protected]> | |||
2022-05-03 | feat(neovim): neovim 0.8 compatibility (#2544) | Abouzar Parvan | |
2022-05-01 | revert: do not run packer.sync() on every reload (#2548) | kylo252 | |
* revert: do not run packer.sync() on every reload * chore: update which-key mappings for logs | |||
2022-05-01 | feat: add cmp-tmux to the list of sources (#2542) | Philipp Schmitt | |
2022-04-30 | feat: gitsigns yadm support (#2535) | Philipp Schmitt | |
2022-04-30 | fix(installer): latest and specified release version for neovim have ↵ | lmckiwo | |
different urls (#2484) | |||
2022-04-29 | fix(lsp): undo stdpath overload to avoid datarace (#2540) | kylo252 | |
2022-04-29 | feat(lua-dev): use the newer lua-dev branch till folke comes back (#2538) | Abouzar Parvan | |
2022-04-29 | fix(nvimtree): add latest changes from nvimtree (#2537) | Abouzar Parvan | |
2022-04-28 | feat(icons): make it possible to disable icons (#2529) | Abouzar Parvan | |
2022-04-28 | refactor(lsp): decouple the installer setup-hook (#2536) | kylo252 | |
* chore(lsp): update plugins * refactor(lsp): decouple the installer setup-hook - remove the deprecated `server:setup()` - set up the server manually with lspconfig once `server:on_ready()` has been triggered * chore: use the new lsp_installer.setup() | |||
2022-04-27 | chore: update changelog | kylo252 | |
2022-04-27 | Merge branch 'rolling' | kylo252 | |
2022-04-27 | refactor: lock new installations to nvim v0.7+ (#2526) | kylo252 | |
2022-04-23 | fix(readme): remove black as linter (#2510) | Sean | |
2022-04-23 | fix(nvimtree): make sure on_config_done is using the correct require (#2509) | Abouzar Parvan | |
2022-04-23 | feat(installer): ensure correct responses when prompting user (#2506) | William Boman | |
2022-04-22 | feat(peek): make sure max width and height are customizable (#2492) | Abouzar Parvan | |
2022-04-22 | chore: bump plugins version (#2459) | github-actions[bot] | |
* chore: bump plugins version * chore(plugins): bump version Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Abouzar Parvan <[email protected]> | |||
2022-04-22 | fix(nvimtree): escape the dot character in custom filter (#2493) | Pascal Hubrecht | |
2022-04-20 | chore: update changelog | kylo252 | |
2022-04-20 | Merge remote-tracking branch 'origin/rolling' | kylo252 | |
2022-04-20 | refactor: update impatient (#2477) | kylo252 | |
2022-04-20 | feat: lock nvim <0.7 to a specific tag (#2491) | kylo252 | |
2022-04-18 | fix(luasnip): only use user snippets if the folder exists (#2481) | Abouzar Parvan | |
2022-04-15 | fix(lualine): color theme gaps in some components (#2465) | Carlos H | |
2022-04-15 | fix(cmp): update nvim-cmp to the latest version (#2467) (#2469) | Abouzar Parvan | |
* fix(cmp): update nvim-cmp to the latest version (#2467) * fix(cmp): bring back default keybindings (#2470) | |||
2022-04-15 | fix(cmp): bring back default keybindings (#2470) | Abouzar Parvan | |
2022-04-15 | fix(cmp): hotfix nvim-cmp version | Abouzar Parvan | |
2022-04-15 | fix(cmp): update nvim-cmp to the latest version (#2467) | Abouzar Parvan | |
2022-04-14 | chore: update changelog | kylo252 | |
2022-04-14 | Merge remote-tracking branch 'origin/rolling' | kylo252 | |
2022-04-14 | fix(readme): update lsp server ignore syntax | Abouzar Parvan | |
2022-04-14 | refactor(lsp): cleanup servers' override configuration (#2243) | kylo252 | |
* refactor(lsp): cleanup override settings - rename lsp.override to lsp.automatic_configuration.ignored_servers - add lsp.automatic_configuration.ignored_filetypes * chore(info): update override section * refactor(lsp): rename ignored to skipped * fix: better deprecation handling * docs(lsp): add example for (un-)skipping servers * refactor(lsp): allow installing overridden servers * docs(lsp): update config_win.example.lua as well * chore(lsp): update skipped_servers list * fix(logger): less noise from client_is_configured | |||
2022-04-14 | feat(cmp): documentation is deprecated in favor of window.documentation (#2461) | Abouzar Parvan | |
2022-04-14 | docs(windows): use alpha in config_win.example.lua (#2452) | FADHsquared | |
2022-04-13 | chore: bump plugins version (#2448) | github-actions[bot] | |
2022-04-12 | fix(impatient): avoid get_options in fast handler (#2451) | kylo252 | |
2022-04-11 | fix(luasnip): make sure all snippets are loaded (#2447) | Abouzar Parvan | |
Co-authored-by: danielo515 <https://github.com/danielo515> | |||
2022-04-10 | chore: bump plugins version (#2442) | github-actions[bot] | |
* chore: bump plugins version * fix(snapshot): fix bufferline wrong commit |