Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: emxxjnm <emxxjnm@example>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixing :PackerSync on large config from being stuck while syncing
|
|
|
|
Comment default config was set with extra = false with a comment
suggesting this was for `g>`, `g<`, etc. mappings. However the `extra`
argument is for the `gco`, `gcO`, and `gcA` mappings which are enabled
by default and, in my opinion are very useful. The extended mappings are
still disabled by default.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: emxxjnm <emxxjnm@example>
|
|
|
|
* fix(nvimtree): do not set key if disabled
* fix(telescope): move pickers of out defaults
* fix(install): use proper gentoo installation
|
|
* feat(which-key): added search command for colour highlights
* chore: review suggestion
Co-authored-by: kylo252 <[email protected]>
Co-authored-by: kylo252 <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
authored-by: Emerson Max de Medeiros Silva <[email protected]>
|
|
|
|
|
|
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
|
|
* fix: load notify's telescope extension
* fix: add which-key integration for notify
|
|
|
|
|
|
|
|
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
|