aboutsummaryrefslogtreecommitdiffhomepage
path: root/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'snippets')
-rw-r--r--snippets/lua_nvim_floating_window1
1 files changed, 1 insertions, 0 deletions
diff --git a/snippets/lua_nvim_floating_window b/snippets/lua_nvim_floating_window
new file mode 100644
index 0000000..c37847d
--- /dev/null
+++ b/snippets/lua_nvim_floating_window
@@ -0,0 +1 @@
vim.api.nvim_open_win(0, false, {relative='win', row=20, col=20, width=30, height=15})