| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Rename lua/custom/plugins/ to lua/plugins/ following the standard lazy.nvim
convention. The extra custom/ nesting added no value. Update import path in
init.lua accordingly.
|
| |
|
|
|
|
| |
Both git_bcommits and git_bcommits_range were bound to <localleader>gc,
with the second silently shadowing the first. Split by mode: normal for
buffer commits, visual for range commits.
|
| |
|
|
|
|
| |
FzfLua.actions.file_split references undefined global. The local variable
is named fzflua (lowercase). This caused a runtime error when pressing
ctrl-x in any fzf-lua file picker.
|
|
|
The file contains fzf-lua configuration, not telescope.
Name now reflects actual content.
|