summaryrefslogtreecommitdiff
path: root/lua/lvim/utils/git.lua
AgeCommit message (Collapse)Author
2023-01-24feat: include git status in LvimVersion (#3774)LostNeophyte
* feat: include git status in LvimVersion * refactor: use git describe * chore: fix comment * remove unused function
2022-10-13fix: typo in git.luaAli Almohaya
2022-10-06feat: enable global installation (#3161)kylo252
2022-07-23chore: bump plugins version (#2723)github-actions[bot]
2022-06-26fix(installer): always use check shallow clones (#2763)kylo252
2022-05-21refactor: 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-04-20feat: lock nvim <0.7 to a specific tag (#2491)kylo252
2022-03-24feat(plugins): add support for packer snapshots (#2351)kylo252
2022-03-19feat: add alpha.nvim integration (#1906)kylo252
2022-01-30chore(plugins): update plugin version (#2225)Abouzar Parvan
* chore(plugins): update plugin version * fix(lvim-info): make the git branch cmd compatible with mac
2022-01-05fix: remove "error" message from git tag (#2141)Ryan Despain
2022-01-03refactor(bootstrap): more robust git module (#2127)kylo252