1
Fork 0

Fixed some hydra stuff, added formatopt to config and fixed typo in

purs.lua
This commit is contained in:
Matei Adriel 2023-03-16 17:39:46 +01:00
commit 9bbe637131
No known key found for this signature in database
5 changed files with 12 additions and 7 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -55,8 +55,6 @@ function M.config()
},
})
vim.keymap.set("n", "<C-w>", "<Nop>")
Hydra({
name = "Windows",
hint = window_hint,
@ -68,7 +66,7 @@ function M.config()
},
},
mode = "n",
body = "<C-w>",
body = "<C-S-w>",
heads = {
{ "h", "<C-w>h" },
{ "j", "<C-w>j" },