Skip to content

Conversation

@advpetc
Copy link

@advpetc advpetc commented Jan 28, 2026

Summary

  • Add abbreviated path display in Telescope (shows first letter of parent directories for cleaner UI)
  • Add vim-fugitive for git operations (:Git, :Git diff, :Git blame, etc.)
  • Remove gitsigns plugin (prefer fugitive for git workflow)
  • Add Java IDE setup documentation

Test plan

  • Open Neovim and run :Telescope live_grep - paths should show abbreviated (e.g., t/t/s/m/j/TscpFile.java)
  • Run :Git status to verify vim-fugitive works
  • Verify gitsigns is removed with :Lazy

advpetc and others added 3 commits January 26, 2026 17:14
update init.lua to support java lsp
- Add abbreviated path display in Telescope (shows first letter of parent dirs)
- Add vim-fugitive for git operations (:Git, :Git diff, etc.)
- Remove gitsigns plugin (prefer fugitive for git workflow)
- Add Java IDE setup documentation

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@advpetc advpetc closed this Jan 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant