Skip to content

Commit 53dbdf9

Browse files
committed
Add vim-delve plugin
1 parent 07d873e commit 53dbdf9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

init.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,9 @@ require('lazy').setup({
817817
-- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects
818818
end,
819819
},
820+
{
821+
'sebdah/vim-delve',
822+
},
820823

821824
-- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the
822825
-- init.lua. If you want these files, they are in the repository, so you can just download them and

0 commit comments

Comments
 (0)