summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/plugins.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 60487713..a4f15905 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -85,4 +85,5 @@ return require('packer').startup(function()
use 'alvan/vim-closetag'
use { 'glacambre/firenvim', run = function() vim.fn['firenvim#install'](1) end }
use 'liuchengxu/vim-which-key'
+ use 'tpope/vim-sleuth'
end)