Plugins Overview¶
This config uses lazy.nvim and loads most plugins on demand.
The goal is practical speed: strong defaults with low startup overhead.
Core Editor UX¶
Plugin |
Purpose |
|---|---|
|
Key discovery and grouped mappings |
|
Fast files/grep/git pickers |
|
Syntax tree features |
|
Git hunks/signs/blame |
|
File explorer in a buffer |
|
Improved messages/UI |
|
Reusable terminal for tasks/git |
Language and Refactoring¶
Plugin |
Purpose |
|---|---|
|
Built-in LSP configuration |
|
LSP/tool installation |
|
Completion engine |
|
Snippets (Go/Python/Jenkins included) |
|
Incremental rename UX |
|
|
|
Breadcrumb context in winbar |
|
Symbol outline/navigation pane |
Git and Review Workflow¶
Plugin |
Purpose |
|---|---|
|
Side-by-side diff/conflict review |
|
Conflict markers and helpers |
|
Fast marked-file jumps |
Theme and Visuals¶
Plugin |
Purpose |
|---|---|
|
Base colorscheme with custom overrides |
|
|
|
Fast jump motions |
Operational Notes¶
Run
:Lazy syncafter plugin changes.Run
:CheckDevEnvto verify required language tools.Use
:ProjectInit+:ProjectOverrideTrustfor per-repo task tuning.