add ourobouros to jump between header/source
This commit is contained in:
parent
8c0b9dc7bf
commit
ad89244d3c
2 changed files with 5 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ s('n', '<leader>ft', MiniFiles.open, { desc = "Open file tree" })
|
|||
s('n', '<leader>N', "<cmd> Neogit <cr>", { desc = "Open Neogit" })
|
||||
-- s('x', 'p', 'p:let @+=@0<CR>:let @"=@0<CR>')
|
||||
s('x', 'p', 'P')
|
||||
s('n', 'gh', ":Ouroboros<cr>", { desc = "Go to header/implementation" })
|
||||
|
||||
-- Luasnip
|
||||
local ls = require("luasnip")
|
||||
|
|
|
|||
|
|
@ -536,6 +536,10 @@ local plugins = {
|
|||
}
|
||||
end
|
||||
},
|
||||
{
|
||||
'jakemason/ouroboros',
|
||||
dependencies = { "nvim-lua/plenary.nvim" }
|
||||
},
|
||||
}
|
||||
|
||||
return plugins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue