From d4da4aa402ba230ab400c0c0169f3212d1b41e6e Mon Sep 17 00:00:00 2001 From: Alexandre Ignjatovic Date: Thu, 20 Jun 2024 10:38:51 +0200 Subject: [PATCH] Add more tpope plugins --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 16ec62ad..b9273a48 100644 --- a/init.lua +++ b/init.lua @@ -237,7 +237,8 @@ require('lazy').setup({ 'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically 'tpope/vim-rails', -- Rails integration 'tpope/vim-fugitive', -- Support for :Git command - 'tpope/vim-surround', -- Support for :Git command + 'tpope/vim-surround', -- Replace string delimiters + 'tpope/vim-dispatch', -- Support for :Make command 'normen/vim-pio', -- Support for PlatformIO (embedded development)