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)