-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to run config
for vgit.nvim
#375
Labels
bug
Something isn't working
Comments
tanvirtin
added a commit
that referenced
this issue
Jan 25, 2025
Should be fixed in tag |
tanvirtin
added a commit
that referenced
this issue
Feb 6, 2025
* refactor(git): implement better git abstraction * rendering(line_numbers): utilize inline extmarks for creating virtual line numbers * chore(authorship_code_lens)!: deprecate authorship code lens feature * rendering: stabilize rendering * feat(live_conflict): add highlight markers on buffer with conflict * chore!: deprecate non view commands * feat(conflict): add conflict resolution ability * chore(debug): deprecate debug screen bloat * fix(git): ensure vgit can operate on any buffer regardless of cwd * feat(conflicts): add ability to compare merge conflict diffs * chore(fmt): update formatting on project * refactor(data): data fetching * refactor(async): switch back to plenary * feat(conflict): disable LSP on conflicts * chore: remove Makefile * refactor(data): make data fn returns consistent * fix(foldable_list_view): fix entering fold list * feat(conflict): ensure conflict management can be done on all different types * refactor(project_diff_preview): data fetching * feat(project_diff_preview): ensure foldable list view cursor is in sync with actions * feat(project_diff_preview): add virtual text to indicate file status * fix(project_diff_preview): fix rendering issues on cursor move * chore(project_hunks_preview)!: deprecate screen in favour of more powerful project_diff_preview * chore(project_hunks_qf)!: deprecate project_hunks_qf in favour of project_diff_preview * feat(project_diff_preview): add change counters * fix(project_diff_preview): fix cursor navigation on hunk (un)stage * chore: fix formatting * fix(project_diff_screen): notify users once all conflicts are resolved * fix(project_commits_screen): fixed issues where certain fils would not be shown * chore(buffer_gutter_blame_preview)!: deprecate infavour of live blame and buffer_line_blame_preview * fix(project_commits_preview): fix incorrect diff * fix(foldable_list_component): fixed issue where collapsing a folder would result in incorrect category count * feat(project_diff_preview): synchronize navigation across buffers * fix(diff): fixed an issue where deleted diffs would be inconsistent * fix(rendering): fix issue where there would be gaps in split diff view * chore: remove unused files * fix(conflict): improve conflict detection * fix(rendering): ensure no gaps appear in screens when dimensions are changed * chore(tests): fix tests * chore(tests): add tests for utils functions * chore(tests): add tests for Rgb and Color * chore(tests): add test for event.lua * chore(tests): add tests for Watcher.lua * chore(tests):fix test for icons * chore(tests): add test for Namespace * chore(tests): add test for keymap * chore(tests): add test for renderer * chore(tests): expand test for Window * chore(format): format test files * chore(tests): add test for Spawn * fix(diff_screen): issue where a diff would appear even if no changes were found * fix(git_log): use unit separator as delimiter * fix(project_diff_screen): fix rendering and navigation issues when opened on subdirectory * chore(tests): add unit test for Buffer class * fix(buffer_diff_preview): fix error being thrown on invalid buffers * chore(test): fix fs test * chore(ui): remove unused component * chore(refactor): scene.lua * fix(project_diff_preview): fix toggle issues * fix(ui): fix window shrinking issues * feat(git_sync): add git change detection * fix!(hunks): deprecate virtual hunk nav sign * feat(live_gutter): optimize * fix(live_blame): fix line blame not showing * refactor(extmark): cleanup abstraction * refactor(screens): clean up abstraction * chore(fmt): fix code formatting * fix(live_blame): fix duplicate rendering issue * fix(project_diff_screen): fix incorrect deleted diff * feat(conflicts): integrate conflicts into DiffView * chore(refactor): rename files for clarity * optimize(live_gutter): ensure gutter computation does not slow down on large files * feat(conflicts): add conflict navigation * refactor(commands): improve how commands are shown * fix(project_logs_view): show toggled highlighted diff * fix(ui): show appropriate error when data is empty * fix(project_diff_screen): ensure first item is still focused * feat(project_stash_preview): improve stash preview * feat(project_commits_preview): improve commit details * feat(buffer_blame_preview): improve line blame hls * fix(project_stash_preview): fix incorrect stash popping * chore(doc): update vim doc * fix(project_stash_preview): fix incorrect stash order * chore(doc): update vim.txt * fix(project_diff_preview): fix incorrect handling of MD status * chore(doc): update documentation * chore(tests): remove unused test * fix(folds): fix issue where icons were not highlighted * fix(buffer_blame_preview): renamed files had issues showing blame * chore(doc): add feature highlights gifs * fix(project_diff_preview): fix unmerged files not showing * chore(doc): add conflict management gif * chore(doc): update project_diff_preview gif * chore(doc): update README with proper gif title * chore(doc): add installation warnings * chore(docs): update docs * feat(project_logs_preview): implement pagination * fix(buffer_history_preview): restoring a deleted file shows diff * chore(project_logs_preview): update pagination keymaps * feat(project_diff_preview): improve cursor controls during staging/unstaging * fix(settings): fix issue where logs and stash preview settings were not configurable * fix(project_stash_preview): do not show stash preview if there is none * fix(hls): adjust border colors for better contrast * chore(doc): update README.md * chore(docs): fix README.md typo * fix(#375): fix case sensitivity issue with one of the files * fix(toggle_live_gutter): fix runtime error on execution * feat(#377): add keymap descriptions * fix(#384): fix word diff no longer rendering * chore(doc): prepare for release * fix(#388): fix incompatibility with old setups * fix(#388): fix incorrect key maps displayed in project_logs_preview * chore(doc): update README.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
nvim --version output:
NVIM v0.10.3
Build type: RelWithDebInfo
LuaJIT 2.1.1731601260
Operating system:
Linux 6.12.8-arch1-1 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: