Files
nvim-docs-view/lua
mamekoro 1b97f8f954 fix: set window height only when cfg.position is bottom or top (#14)
According to `:help topleft` and `:help botright`, these commands creates a window with the full height of the Vim window when used with `vnew`, so we don't need to update the `height` variable when using these commands.
2024-12-08 13:52:27 +02:00
..