Skip to content

Instantly share code, notes, and snippets.

@pabloasanchez
Last active December 31, 2023 04:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pabloasanchez/d3299cff83571443218717144b64b03f to your computer and use it in GitHub Desktop.
Save pabloasanchez/d3299cff83571443218717144b64b03f to your computer and use it in GitHub Desktop.
Neovim: Open buffer in a floating window
:lua vim.api.nvim_open_win(0, true, {relative='win', width=200, height=200, row=16, col=16})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment