From 53dbdf9dc0d085baeeab69c49d9ca2ebf2dd0512 Mon Sep 17 00:00:00 2001 From: Jonas Hagberg Date: Fri, 29 Mar 2024 14:51:08 +0100 Subject: [PATCH] Add vim-delve plugin --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index 7a5abb13..011342af 100644 --- a/init.lua +++ b/init.lua @@ -817,6 +817,9 @@ require('lazy').setup({ -- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects end, }, + { + 'sebdah/vim-delve', + }, -- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the -- init.lua. If you want these files, they are in the repository, so you can just download them and