summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-28feat: plugin version bump (#2120)Abouzar Parvan
2021-12-28feat(luadev): better vim api completion (#2043)Jieru Mei
2021-12-28chore: bump plugin versions (#2118)Abouzar Parvan
Co-authored-by: kylo252 <[email protected]>
2021-12-28refactor: avoid running ts.setup in headless (#2119)kylo252
2021-12-27chore: update github's templates (#2116)kylo252
2021-12-26fix(installer): more robust yarn validation (#2113)Felipe Baltor
2021-12-23refactor(install.sh): fix typo in node error message (#2107)Stone Preston
2021-12-23refactor: uplift neovim's minimum version requirement to 0.6.0 (#2093)Abouzar Parvan
Co-authored-by: kylo252 <[email protected]>
2021-12-23fix(lsp): set the handlers opts for v0.6 as well (#2109)kylo252
2021-12-23[Feature]: Use Telescope's git_files with fallback (#2089)Landon Schropp
2021-12-21Merge remote-tracking branch 'origin/rolling'kylo252
2021-12-21chore: core plugins version bump (#2103)kylo252
2021-12-20fix(installer): check if npm-prefix is writable (#2091)kylo252
2021-12-20refactor: remove unused old language configs (#2094)kylo252
2021-12-15fix: remove autopairs cmp completion (#2083)Landon Schropp
2021-12-15fix(installer): backup linked files with rsync (#2081)Lee Marlow
This allows backup to succeed for people who use symlinks for managing dotfiles. Currently errors with the following: ``` rsync error: some files/attrs were not transferred (see previous errors) (code 23) \ at main.c(1350) [sender=3.2.3] ````
2021-12-14chore: bump plugins version (#2079)1.0.0-rckylo252
2021-12-14chore: bump plugins version (#2079)kylo252
2021-12-13Merge LunarVim/release-candidatekylo252
2021-12-13ci: tweak git-cliff's settings to ignore choreskylo252
2021-12-13Merge remote-tracking branch 'origin/rolling' into release-candidatekylo252
2021-12-13fix(lsp): allow overriding servers with custom providers (#2070)kylo252
2021-12-13feat: update lsp-installer and lspconfig hashes to enable solidity_ls ↵edag94
language server (#2072) Co-authored-by: kylo252 <[email protected]>
2021-12-12chore: update changelogkylo252
2021-12-12Merge remote-tracking branch 'origin/rolling' into release-candidatekylo252
2021-12-12fix(lsp): correct client_id parsing in lvim-info (#2071)kylo252
2021-12-11Merge remote-tracking branch 'origin/rolling' into release-candidatekylo252
2021-12-11chore(terminal): avoid problematic layzgit mapping (#2068)kylo252
2021-12-11ci: add git-cliff integrationkylo252
2021-12-11Merge remote-tracking branch 'origin/rolling' into release-candidatekylo252
2021-12-11feat(installer): nicer rsync output (#2067)kylo252
2021-12-11fix(installer): better handling of existing files (#2066)kylo252
2021-12-11Merge pull request #2065 from LunarVim/fix/allow_removing_open_mappingChase Colman
[Bugfix] Allow disabling the open binding for ToggleTerm
2021-12-11fix(terminal): allow disabling the open binding for toggletermChase Colman
2021-12-11feat: bump plugin versions (#2064)Abouzar Parvan
Co-authored-by: kylo252 <[email protected]>
2021-12-09feat: multiple enhancements to lvim-reload (#2054)kylo252
2021-12-09fix(bootstrap): remove hard-coded spellfile option (#2061)kylo252
2021-12-08fix: no longer treat lazygit missing as an error (#2051)kylo252
2021-12-08fix(lsp): prevent repeated setup call (#2048)kylo252
Check if the manager `autocomd` has already been configured, since some servers can take a while to initialize.
2021-12-08fix(plugins): typo of pin commit of `treesitter` (#2046)Xavier Young
2021-12-06feat: full compatibility with neovim v0.6 (#2037)kylo252
2021-12-06feat(terminal): lazygit can now be toggled (#2039)kylo252
* feat(terminal): lazygit can now be toggled - remove `hidden` parameter so it can be persistent - map keybinding for both normal and term modes - a default shell is now always reachable with `<C-t>` in a split - add an addition keybinding `<C-\>` for `lazygit` since it's hard to hit `<leader>gg` within the `timeoutlen` < 300ms * revert(terminal): use float direction by default
2021-12-04fix(nvimtree): handle paths containing spaces (#2027)xeluxee
2021-12-04chore: bump core-plugins version (#2031)kylo252
2021-12-04fix(autopairs): add missing configuration entries (#2030)kylo252
2021-12-03fix(nvimtree): restore default mappings + make them customizable (#2007)xeluxee
2021-12-03fix: no restart required when changing colorscheme (#2026)kylo252
2021-12-02fix: better default, ignore `.git` in `live_grep` (#2020)Jieru Mei
2021-12-02feat: null-ls code_actions interface (#2008)Jieru Mei
2021-12-02Fix example of unmapping an lvim default (#1949)Sean Reifschneider