1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 19:41:15 +02:00

nvim: added winshift

This commit is contained in:
2024-03-27 00:24:15 +01:00
parent af9989106f
commit 5232072ab0
3 changed files with 17 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
return {
-- improved movement of windows
{
"sindrets/winshift.nvim",
opts = {},
},
}