10 lines
183 B
Lua
10 lines
183 B
Lua
-- https://github.com/sindrets/winshift.nvim
|
|
|
|
---@type LazyPluginSpec
|
|
return {
|
|
"sindrets/winshift.nvim",
|
|
keys = {
|
|
{ "<C-W>m", vim.cmd.WinShift, mode = "n" },
|
|
},
|
|
}
|