4 Commits

Author SHA1 Message Date
62f3061f48 Use tmux clipboard provider on Wayland
On Gnome Shell on Wayland `wl-copy` is automatically detected but using
it requires switching focus to the temporary invisible window it creates
as a workaround to the Wayland security feature that only the focused
application can interact with the clipboard. This does not happen when
`nvim` is run outside of `tmux`, so I can only assume that `tmux` is
seen to be the focused application, even though it's running inside
`kitty`, rather than `nvim` when running inside `tmux`.
2025-08-26 20:47:08 +01:00
53ad787167 Ensure vim.lsp.hover has a rounded border 2025-08-19 17:04:05 +01:00
d0b4e419e6 Use transparent foldtext feature
Removes an old workaround to show the first line of text in the fold
rather than a message.
2025-06-18 12:45:53 +01:00
9de31c4c59 Move settings.lua to plugin directory 2024-05-14 22:36:48 +01:00