Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-31 | fix(nvimtree): remove `indent_markers` icons trailing space (#2854) | CPea | |
2022-07-31 | fix: use pcall for setting up project.nvim (#2762) | lytex | |
2022-07-31 | perf(cmp): remove redundant check for emmet-ls (#2830) | rebuilt | |
2022-07-23 | chore: bump plugins version (#2723) | github-actions[bot] | |
2022-07-04 | refactor(whichkey): use vim.keymap.set directly (#2786) | kylo252 | |
2022-07-03 | fix(core.comment): fix default extra mappings (#2768) | Ben Cooper | |
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. | |||
2022-07-02 | feat: add commands to open/edit lvim logs (#2709) | Daniel RodrÃguez Rivero | |
2022-06-26 | fix(installer): always use check shallow clones (#2763) | kylo252 | |
2022-06-23 | fix(lualine): unique buf client names (#2683) | Myles Mo | |
Co-authored-by: emxxjnm <emxxjnm@example> | |||
2022-06-23 | feat: fix a couple of issues (#2750) | Abouzar Parvan | |
* fix(nvimtree): do not set key if disabled * fix(telescope): move pickers of out defaults * fix(install): use proper gentoo installation | |||
2022-06-12 | feat(which-key): added search command for colour highlights (#2693) | Daniel RodrÃguez Rivero | |
* feat(which-key): added search command for colour highlights * chore: review suggestion Co-authored-by: kylo252 <[email protected]> Co-authored-by: kylo252 <[email protected]> | |||
2022-06-11 | fix: skip calling nvim-tree.setup() more than once (#2707) | kylo252 | |
2022-06-06 | fix(autocmds): toggle format-on-save properly (#2659) | Akihiro Okuno | |
2022-05-31 | fix(nvimtree): update nvim-tree setup (#2681) | Abouzar Parvan | |
2022-05-30 | fix(log): add date to the timestamp of logs (#2669) | Daniel RodrÃguez Rivero | |
2022-05-26 | feat: prompt when closing modified/term buffers (#2658) | kylo252 | |
2022-05-21 | refactor: 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-15 | fix: load notify's telescope extension properly (#2586) | Xavier Young | |
* fix: load notify's telescope extension * fix: add which-key integration for notify | |||
2022-05-11 | fix(autocmds): disable commentstring_calc on cursor-hold (#2581) | kylo252 | |
2022-05-09 | ref(telescope): don't overwrite default cmd to show hidden files | Rafael 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-05 | fix(dap): pause key binding commmand (#2573) | Thomas Benard | |
Co-authored-by: Thomas Bernard <[email protected]> | |||
2022-05-03 | feat(quit): make sure to ask before discarding changes (#2554) | Abouzar Parvan | |
2022-05-03 | fix(autocmd): actually use the format wrapper (#2560) | baku1101 | |
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-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-23 | fix(nvimtree): make sure on_config_done is using the correct require (#2509) | Abouzar Parvan | |
2022-04-22 | fix(nvimtree): escape the dot character in custom filter (#2493) | Pascal Hubrecht | |
2022-04-15 | fix(lualine): color theme gaps in some components (#2465) | Carlos H | |
2022-04-15 | fix(cmp): bring back default keybindings (#2470) | 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-12 | fix(impatient): avoid get_options in fast handler (#2451) | kylo252 | |
2022-04-07 | [Feature] Add option to set maximum cmp menu width (#2425) | xeluxee | |
2022-04-03 | refactor: re-enable packer.sync() in LvimReload (#2410) | kylo252 | |
2022-04-02 | ci(test): add write-permission for prs (#2417) | kylo252 | |
2022-03-26 | fix(telescope): set <cr> binding to actions.select_default only (#2395) | Abouzar Parvan | |
2022-03-24 | chore: [Feature]: Keyboard shortcut for quickfix in Telescope (#2385) | Elazar Leibovich | |
Lunarvim has keyboard shortcuts for various LSP searches, that feeds results to quickfix list. It is useful then to have a quick way to inspect LSP results in quickfix via Telescope. | |||
2022-03-23 | fix(terminal): weird lazygit commit message bug (#2382) | Abouzar Parvan | |
2022-03-22 | fix(terminal): whichkey -> which-key (#2380) | Max Verevkin | |
2022-03-20 | fix(bufferline): add an additional space before diagnostics (#2367) | Max Verevkin | |
2022-03-20 | fix(alpha): globalstatus after openning files from dashboard (#2366) | Abouzar Parvan | |
2022-03-19 | feat: add alpha.nvim integration (#1906) | kylo252 | |
2022-03-19 | fix(lualine): conditional theme loading (#2363) | kylo252 | |
2022-03-19 | chore(plugins): let users enjoy the new global statusline (#2362) | Abouzar Parvan | |
2022-03-18 | fix: nvim-tree taking half the window on open (#2357) | Abouzar Parvan | |