We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d873e commit 53dbdf9Copy full SHA for 53dbdf9
init.lua
@@ -817,6 +817,9 @@ require('lazy').setup({
817
-- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects
818
end,
819
},
820
+ {
821
+ 'sebdah/vim-delve',
822
+ },
823
824
-- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the
825
-- init.lua. If you want these files, they are in the repository, so you can just download them and
0 commit comments