diff --git a/lua/plugins.lua b/lua/plugins.lua index b96ceea..a7c3565 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -16,6 +16,12 @@ local function usePlugins(use) config = [[require 'config.reload']] } + -- Provides mappings for working with symbols like (), {}, [], etc. + use 'tpope/vim-surround' + + -- Allow repeating + use 'tpope/vim-repeat' + -- Tree-sitter use { 'nvim-treesitter/nvim-treesitter',