diff options
author | Chris <[email protected]> | 2021-03-22 15:15:12 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-22 15:15:12 -0400 |
commit | 2e863d4ffc44af5011fadb12985ebe098bc46431 (patch) | |
tree | c403686e246e5b8acece4f3757a959726760f959 /lua/plugins.lua | |
parent | a9dae4e3a541362dc715338f46619e42b6bf7b94 (diff) |
updates
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index fd782130..4a7b6c32 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -118,7 +118,7 @@ return require('packer').startup(function(use) use 'tpope/vim-sleuth' use 'sheerun/vim-polyglot' use 'monaqa/dial.nvim' - use 'MattesGroeger/vim-bookmarks' -- Look for more up to date version of this + use 'blackcauldron7/surround.nvim' -- TODO put this back when stable for indent lines -- use { 'lukas-reineke/indent-blankline.nvim', branch = 'lua'} |