Moved configs to seperate files
This commit is contained in:
parent
fdb565ce87
commit
3b96ad1b57
26 changed files with 578 additions and 229 deletions
10
lua/angryluck/plugins/sideways.lua
Normal file
10
lua/angryluck/plugins/sideways.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
-- -- TREESITTER SHOULD HANDLE THIS!
|
||||
-- "AndrewRadev/sideways.vim",
|
||||
-- config = function()
|
||||
-- vim.keymap.set("n", "<leader>s<", ":SidewaysLeft<Cr>")
|
||||
-- vim.keymap.set("n", "<leader>s>", ":SidewaysRight<Cr>")
|
||||
-- vim.keymap.set("n", "<leader>sh", ":SidewaysJumpLeft<Cr>")
|
||||
-- vim.keymap.set("n", "<leader>sl", ":SidewaysJumpRight<Cr>")
|
||||
-- end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue