summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-29chore: remove unnecessary code (#2923)lvimuser
2022-08-29chore: bump plugins version (#2925)github-actions[bot]
2022-08-29fix(ts_context_commentstring): block comment match new api (#2948)zenVentzi
2022-08-29fix(lsp): pass name arg to should_auto_install (#2958)Daniel Rodríguez Rivero
2022-08-29refactor(cmp)!: adapt new recommendations (#2913)kylo252
2022-08-22fix: update key bindings for comment.nvim to use new api (#2926)Ed (Wright) Rosewright
2022-08-20chore: bump plugins version (#2895)github-actions[bot]
2022-08-19feat(installer): handle INSTALL_PREFIX not on PATH (#2912)kylo252
2022-08-19docs: fix automatic_servers_installation example (#2918)Ian C
2022-08-19docs: fix some typos and enhance readability (#2917)Liam
2022-08-19fix(statusline): display null-ls linters properly (#2921)Akihiro Okuno
2022-08-19docs(windows): update example config (#2919)Opa Kholis Majid
2022-08-12refactor(keymaps)!: don't hijack H/L by default (#2874)Benedikt Schnatterbeck
2022-08-10chore: bump plugins version (#2893)github-actions[bot]
2022-08-09fix(lsp): return the actual resolved mason-config (#2889)kylo252
2022-08-09docs(windows): update example config for nvim-tree (#2766)Gabriel Kwong
2022-08-09fix(installer): create profile.ps1 if nonexistent (#2810)Philipp Bokatius
2022-08-09fix(lualine): set icon color according to the status of treesitter (#2754)Myles Mo
Co-authored-by: emxxjnm <emxxjnm@example>
2022-08-09feat(lvim/lsp): enable tailwindcss by default (#2870)lvimuser
2022-08-09fix: handle deprecated telescope.builtin.internal (#2885)Dlani
2022-08-09refactor!: migrate to mason.nvim (#2880)kylo252
2022-08-02Merge pull request #2873 from benediktms/default-keybind-to-cycle-to-next-bufferrebuilt
feat(whichkey) add default keybindings to cycle to next buffer
2022-08-02feat(whichkey): add default keybindings to cycle to next buffer (#2873)Benedikt Schnatterbeck
2022-07-31fix(installer) comment causes antivirus false positives (#2818)XadE-Blue
2022-07-31fix(nvimtree): remove `indent_markers` icons trailing space (#2854)CPea
2022-07-31fix: use pcall for setting up project.nvim (#2762)lytex
2022-07-31fix(lvim/lsp/manager): make client_is_configured more reliable (#2851)lvimuser
2022-07-31perf(cmp): remove redundant check for emmet-ls (#2830)rebuilt
2022-07-31feat(lsp): bind formatexpr and omnifunc by default (#2865)kylo252
2022-07-23chore: bump plugins version (#2723)github-actions[bot]
2022-07-06fix(packer): add max_jobs = 40 (#2781)Kai
fixing :PackerSync on large config from being stuck while syncing
2022-07-04Update general-issue-form.yamlrebuilt
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-04refactor(whichkey): use vim.keymap.set directly (#2786)kylo252
2022-07-03fix(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-03fix: typo in utils/installer/install.sh (#2776)Yazeed1s
2022-07-02fix(lsp): update format filter for nightly (#2773)kylo252
2022-07-02feat: add commands to open/edit lvim logs (#2709)Daniel Rodríguez Rivero
2022-06-29fix dap-install (#2772)Felix Marezki
2022-06-27feat(lsp): add option to override nlsp-settings (#2769)kylo252
2022-06-26feat(lsp): add option to override default `nvim-lsp-installer` settings (#2698)CPea
2022-06-26fix(installer): always use check shallow clones (#2763)kylo252
2022-06-25ci: 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-24fix(installer): use full path to verify_plugins.lua (#2755)kylo252
2022-06-23feat(installer): add verify-plugins hook (#2751)kylo252
2022-06-23fix(lualine): unique buf client names (#2683)Myles Mo
Co-authored-by: emxxjnm <emxxjnm@example>
2022-06-23chore(lsp): notify format request failed once when there is no client (#2697)CPea
2022-06-23feat: 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-16chore: bump plugins version (#2699)github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-06-12feat(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-11fix: skip calling nvim-tree.setup() more than once (#2707)kylo252