Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-01 | Merge branch 'rolling'1.1.4 | kylo252 | |
2022-07-31 | fix(installer) comment causes antivirus false positives (#2818) | XadE-Blue | |
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 | fix(lvim/lsp/manager): make client_is_configured more reliable (#2851) | lvimuser | |
2022-07-31 | perf(cmp): remove redundant check for emmet-ls (#2830) | rebuilt | |
2022-07-31 | chore: update changelog | kylo252 | |
2022-07-31 | Merge branch 'rolling' | kylo252 | |
2022-07-31 | feat(lsp): bind formatexpr and omnifunc by default (#2865) | kylo252 | |
2022-07-23 | chore: bump plugins version (#2723) | github-actions[bot] | |
2022-07-06 | fix(packer): add max_jobs = 40 (#2781) | Kai | |
fixing :PackerSync on large config from being stuck while syncing | |||
2022-07-04 | Update general-issue-form.yaml | rebuilt | |
Neovim version 0.7.0 is no longer sufficient. We are using features introduced in 0.7.2 Related: https://github.com/LunarVim/LunarVim/issues/2787 | |||
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-03 | fix: typo in utils/installer/install.sh (#2776) | Yazeed1s | |
2022-07-02 | fix(lsp): update format filter for nightly (#2773) | kylo252 | |
2022-07-02 | feat: add commands to open/edit lvim logs (#2709) | Daniel RodrÃguez Rivero | |
2022-06-29 | fix dap-install (#2772) | Felix Marezki | |
2022-06-27 | feat(lsp): add option to override nlsp-settings (#2769) | kylo252 | |
2022-06-26 | feat(lsp): add option to override default `nvim-lsp-installer` settings (#2698) | CPea | |
2022-06-26 | fix(installer): always use check shallow clones (#2763) | kylo252 | |
2022-06-25 | ci: update runners to include nightly neovim (#2756) | kylo252 | |
* ci: update runners to include nightly neovim * ci: run installer from new remote * ci: update path rule to monitor workflows folder | |||
2022-06-24 | Merge branch 'rolling' | kylo252 | |
2022-06-24 | fix(installer): use full path to verify_plugins.lua (#2755) | kylo252 | |
2022-06-23 | chore: update changelog | kylo252 | |
2022-06-23 | Merge branch 'rolling' | kylo252 | |
2022-06-23 | feat(installer): add verify-plugins hook (#2751) | kylo252 | |
2022-06-23 | fix(lualine): unique buf client names (#2683) | Myles Mo | |
Co-authored-by: emxxjnm <emxxjnm@example> | |||
2022-06-23 | chore(lsp): notify format request failed once when there is no client (#2697) | CPea | |
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-16 | chore: bump plugins version (#2699) | github-actions[bot] | |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | |||
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-10 | chore: update changelog | kylo252 | |
2022-06-10 | Merge branch 'rolling' | kylo252 | |
2022-06-07 | chore: bump plugins version (#2654) | 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-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(cmp): add option to disable friendly-snippets (#2660) | kylo252 | |
authored-by: Emerson Max de Medeiros Silva <[email protected]> | |||
2022-05-26 | feat: prompt when closing modified/term buffers (#2658) | kylo252 | |
2022-05-25 | chore: update changelog | kylo252 | |
2022-05-25 | Merge remote-tracking branch 'origin/rolling' | kylo252 | |
2022-05-25 | refactor: remove redundant ftdetects (#2651) | dundargoc | |
2022-05-25 | chore: 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-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-18 | chore(docs): trim trailing white space | Rafael Madriz | |
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-15 | chore: update templates (#2610) | Daniel RodrÃguez Rivero | |
* fix: update general-issue-form.yaml * chore: update templates Co-authored-by: kylo252 <[email protected]> | |||
2022-05-12 | chore: 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]> |