summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-29Update README.mdAbouzar Parvan
2021-09-29barbar is fixed upstreamAbouzar Parvan
2021-09-28pin barbar to fix #1636Abouzar Parvan
2021-09-27pin the nvim-tree.lua in master branchAbouzar Parvan
2021-09-26fix small bugs in nvim-tree (#1629)Abouzar Parvan
2021-09-26migrate nvim-tree to setup syntax episode 4 :cry: (#1627)Abouzar Parvan
2021-09-26lsp_diagnostics is part of the nvim-tree setup now (#1623)Abouzar Parvan
2021-09-26fix: Adding `Diff*` highlight groups in onedarker (#1594)Subho Banerjee
Fixes #1576
2021-09-26Update highlights.luaAbouzar Parvan
2021-09-26fix: use the new nvim-tree syntax (#1619)Abouzar Parvan
2021-09-25update nvim-tree based on the refactor (#1617)Abouzar Parvan
2021-09-25fix: adjust layout after a regression in telescope (#1615)kylo252
2021-09-25watch_index is deprecated, use watch_gitdir instead (#1614)Abouzar Parvan
2021-09-23Fix the lua goto definition bug and add better common capabilities (#1604)Abouzar Parvan
2021-09-23fix: Rework Dockerfile to run lvim (#1593)Subho Banerjee
2021-09-22[Bugfix] instead of wrapping the `gl` diagnostics, split them (#1595)Abouzar Parvan
2021-09-21fix: remove outdated cache files on install (#1591)kylo252
2021-09-21[Bugfix] Wrap the `gl` floating window diagnostics (#1588)Abouzar Parvan
2021-09-21fix lsp_signature in readmeAbouzar Parvan
2021-09-21[Feature]: add basic `JSONC` support (#1535)shikun
* feat: add jsonc support * fix(jsonc): drop jsonc filetype detection workaround in lsp for now
2021-09-21feature: allow cmp confirm options to be configurable (#1523)Chase Colman
2021-09-21[Feature]: use yarn to install nodejs dependencies (#1565)Subho Banerjee
* Add yarn support for installer script * Add non-interactive install * Fix installer script bug for cargo
2021-09-20add support for local stylelint (#1586)Abouzar Parvan
2021-09-18feature: vim.api.diagnostics has been moved to vim.diagnostics in neovim ↵Abouzar Parvan
head (#1573)
2021-09-17[Bugfix]: latex completion: insert `{` instead of `(` when completing (#1566)xeluxee
2021-09-17fix(dashboard): hide version when no tag found (#1572)chaesngmin
2021-09-17[Feature] Add lunarvim latest release tag to dashboard (#1436)chaesngmin
* feat: add lunarvim latest release tag to dashboard * Add a function to center-align text Rename align to align_left Rename shift_left to shift_right * refactor(dashboard): remove unnecessary comment * refactor(dashboard): use `home_dir` variable for `lv_path` * refactor(dashboard): use $LUNARVIM_RUNTIME_DIR for lv_path * feat(bootstrap): add fn that returns lvim version * refactor(dashboard): use version, lunarvim dir with bootstrap fns * build: add global get_version() from bootstrap Co-authored-by: Luc Sinet <[email protected]>
2021-09-17fix: missing default configuration for update_in_insert (#1550)Luong Vo
2021-09-17fix: use the correct API for the log-viewer (#1564)kylo252
2021-09-16fix: dashboard footer seems to have disapearedChristian Chiarulli
2021-09-16fix: more robust reloading (#1556)kylo252
2021-09-15feature: make peek function work in neovim head and 0.5 (#1559)Abouzar Parvan
2021-09-15[bugfix] Update lualine according to the breaking changes (#1558)Abouzar Parvan
2021-09-14chore: add demo imageschristianchiarulli
2021-09-14feat(lualine): pin commit to avoid breaking config (#1546)chaesngmin
2021-09-14Update README.mdrebuilt
2021-09-14Update README.mdrebuilt
2021-09-14Update README.mdrebuilt
2021-09-14Merge pull request #1545 from pr3c0g/patch-1rebuilt
[Doc] Update README.md to delete old bin
2021-09-14Update README.md to delete old binpr3c0g
Previous versions of LunarVim had the bin located in `/usr/local/bin/lvim`. Since the new one is at `.local/bin/lvim`, if $PATH has the previous bin location before the new one, new installations on systems that had already LunarVim installed in the past, will fail to work. Hence, the old one should be removed.
2021-09-14fix: no preselect for up/down, c-j/c-k and tab/s-tabChristian Chiarulli
2021-09-13fix: use correct install path for packer (#1540)kylo252
2021-09-13fix: don't re-initalize the plugin-loaderkylo252
2021-09-13fix: common capabilities returning nothing if no cmp_nvim_lsp (#1537)Luong Vo
Signed-off-by: Luong Vo <[email protected]>
2021-09-13refactor: use more flexible paths (#1381)kylo252
2021-09-13fix: remove unused variables (#1532)kylo252
2021-09-13refactor(ci): better path handling (#1531)kylo252
2021-09-13Fix loading cmp config after Packer install (#1524)Chase Colman
2021-09-12refactor: add explicit setup for impatient (#1529)Chase Colman
Co-authored-by: kylo252 <[email protected]>
2021-09-12refactor: add 32bit support for impatient (#1527)kylo252