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:
7
.config/nvim/lua/plugins/winshift.lua
Normal file
7
.config/nvim/lua/plugins/winshift.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
-- improved movement of windows
|
||||
{
|
||||
"sindrets/winshift.nvim",
|
||||
opts = {},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user