summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-25Merge remote-tracking branch 'origin/rolling'kylo252
2022-05-25refactor: remove redundant ftdetects (#2651)dundargoc
2022-05-25chore: bump plugins version (#2607)github-actions[bot]
* chore: bump plugins version * chore(plugins): update Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Abouzar Parvan <[email protected]>
2022-05-21refactor: load the default options once (#2592)kylo252
BREAKING CHANGE: modifying the default options for keymaps and autocmds is now done by overwriting them, since they won't be loaded into the global `lvim` table anymore * refactor: use the lua-commands api * refactor!: use the lua-autocmds api * fix(settings): let neovim handle spellfile * feat: add log:set_log_level() * chore: update examples * chore: add deprecation notice for custom_groups
2022-05-18chore(docs): trim trailing white spaceRafael Madriz
2022-05-15fix: load notify's telescope extension properly (#2586)Xavier Young
* fix: load notify's telescope extension * fix: add which-key integration for notify
2022-05-15chore: update templates (#2610)Daniel Rodríguez Rivero
* fix: update general-issue-form.yaml * chore: update templates Co-authored-by: kylo252 <[email protected]>
2022-05-12chore: bump plugins version (#2582)github-actions[bot]
* chore: bump plugins version * chore(plugins): update Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Abouzar Parvan <[email protected]>
2022-05-11fix(autocmds): disable commentstring_calc on cursor-hold (#2581)kylo252
2022-05-11feat(codelens): cursorhold is too much intrusive for codelens (#2600)Abouzar Parvan
2022-05-10fix: use correct cache path (#2593)Xavier Young
2022-05-09ref(telescope): don't overwrite default cmd to show hidden filesRafael Madriz
There's no need to overwrite default `find_files` command if we only want to show hidden files. Instead we can pass the `hidden` option. See: `help telescope.builtin.find_files()` Ref: #1702
2022-05-06fix(autocmds): make sure we are using codelens correctly (#2576)Abouzar Parvan
2022-05-06chore: 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-05fix(dap): pause key binding commmand (#2573)Thomas Benard
Co-authored-by: Thomas Bernard <[email protected]>
2022-05-05fix(dap): temporarily use dap-buddy dev branch which has older code (#2567)Abouzar Parvan
2022-05-03feat(quit): make sure to ask before discarding changes (#2554)Abouzar Parvan
2022-05-03chore(ci): fix failing plugins-update actionkylo252
2022-05-03Merge remote-tracking branch 'origin/rolling'kylo252
2022-05-03fix(autocmd): actually use the format wrapper (#2560)baku1101
2022-05-03chore: update changelogkylo252
2022-05-03Merge remote-tracking branch 'origin/rolling'kylo252
2022-05-03refactor: 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-03feat(neovim): neovim 0.8 compatibility (#2544)Abouzar Parvan
2022-05-01revert: 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-01feat: add cmp-tmux to the list of sources (#2542)Philipp Schmitt
2022-04-30feat: gitsigns yadm support (#2535)Philipp Schmitt
2022-04-30fix(installer): latest and specified release version for neovim have ↵lmckiwo
different urls (#2484)
2022-04-29fix(lsp): undo stdpath overload to avoid datarace (#2540)kylo252
2022-04-29feat(lua-dev): use the newer lua-dev branch till folke comes back (#2538)Abouzar Parvan
2022-04-29fix(nvimtree): add latest changes from nvimtree (#2537)Abouzar Parvan
2022-04-28feat(icons): make it possible to disable icons (#2529)Abouzar Parvan
2022-04-28refactor(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-27chore: update changelogkylo252
2022-04-27Merge branch 'rolling'kylo252
2022-04-27refactor: lock new installations to nvim v0.7+ (#2526)kylo252
2022-04-23fix(readme): remove black as linter (#2510)Sean
2022-04-23fix(nvimtree): make sure on_config_done is using the correct require (#2509)Abouzar Parvan
2022-04-23feat(installer): ensure correct responses when prompting user (#2506)William Boman
2022-04-22feat(peek): make sure max width and height are customizable (#2492)Abouzar Parvan
2022-04-22chore: 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-22fix(nvimtree): escape the dot character in custom filter (#2493)Pascal Hubrecht
2022-04-20chore: update changelogkylo252
2022-04-20Merge remote-tracking branch 'origin/rolling'kylo252
2022-04-20refactor: update impatient (#2477)kylo252
2022-04-20feat: lock nvim <0.7 to a specific tag (#2491)kylo252
2022-04-18fix(luasnip): only use user snippets if the folder exists (#2481)Abouzar Parvan
2022-04-15fix(lualine): color theme gaps in some components (#2465)Carlos H
2022-04-15fix(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-15fix(cmp): bring back default keybindings (#2470)Abouzar Parvan