lazy.nvim/lua/lazy/view
Chris Grieser 67eaa0689c
fix: prevent changing buffer in lazy window
Adds the new `winfixbuf` to the window options of the lazy window. This makes the buffer "sticky", preventing accidentally switching to another buffer while in that window, e.g. via `:edit`. See the PR at nvim core https://github.com/neovim/neovim/issues/12517

`winfixbuf` is only available on newer nvim versions, so adding the option is wrapped in a condition checking whether it is supported.
2024-09-19 16:36:40 +02:00
..
colors.lua refactor: logging 2024-06-26 18:31:31 +02:00
commands.lua fix(pkg): versioning and reload specs when pkg-cache is dirty 2024-06-24 17:15:10 +02:00
config.lua feat(ui): use [[ & ]] to navigate between plugins. Fixes #1463 2024-06-29 14:23:31 +02:00
diff.lua fix(diffview): fixed parameter for showing single commit with DiffView. Fixes #304 2023-01-09 08:05:32 +01:00
float.lua fix: prevent changing buffer in lazy window 2024-09-19 16:36:40 +02:00
init.lua feat(ui): added mapping descriptions 2024-07-18 00:40:42 +02:00
render.lua feat(ui): use [[ & ]] to navigate between plugins. Fixes #1463 2024-06-29 14:23:31 +02:00
sections.lua refactor: async processes 2024-06-28 16:08:26 +02:00
text.lua ci: make simple test script 2024-06-27 12:48:50 +02:00