Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
* fix(nvimtree): do not set key if disabled
* fix(telescope): move pickers of out defaults
* fix(install): use proper gentoo installation
|
|
|
|
|
|
|
|
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
|
|
|
|
different urls (#2484)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* docs: update demo images on the main readme
* chore: upload images to github directly
* chore: remove redundant media files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Typescript and typescriptreact needs to be added separately
|
|
* fix(installer): use script-block to run commands
* fix(installer): enforce v7 as erroraction break is not supported in v5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Luc Sinet <[email protected]>
|
|
|
|
|
|
Co-authored-by: kylo252 <[email protected]>
|
|
|