mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-26 15:18:35 +02:00
adding harpoon and live grep args
adding: - harpoon - live grep args - cpp debug
This commit is contained in:
parent
2f9238d2d3
commit
4f7d45ed42
4 changed files with 72 additions and 21 deletions
8
lua/custom/plugins/goto-preview.lua
Normal file
8
lua/custom/plugins/goto-preview.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
{
|
||||
'rmagatti/goto-preview',
|
||||
event = 'BufEnter',
|
||||
config = true, -- necessary as per https://github.com/rmagatti/goto-preview/issues/88
|
||||
default_mappings = true,
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue