Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
fixes https://github.com/LunarVim/LunarVim/issues/3439
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* ci: update workflows
* chore(plugins): bump version
* chore: update depdecated settings for comment.nvim
* chore(lsp): update skiplist
* fixup!: take 2 for comment.nvim
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* chore: bump plugins version
* chore(plugins): update
* chore(plugins): ignore solc
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Abouzar Parvan <[email protected]>
|
|
* fix: make navim-navic configurable
* fix: make sure vim-illuminate is configurable
* fix: make sure theme is configurable
* fix(ci): don't verify uninstalled plugins
* refactor(lsp): add setup_document_symbols util
* revert: keep onedarker on freeze branch
* refactor(lsp): avoid duplicate hl autocmds
Co-authored-by: kylo252 <[email protected]>
|
|
|
|
flashing (#3029)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
* 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]>
|
|
|