summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-14 23:32:17 -0400
committerChris <[email protected]>2021-03-14 23:32:17 -0400
commit0c7196380277cc76721a3697cc0d1322fec7c086 (patch)
tree815e73b02b3c23c3d8eb6dde9f3381eac0e1d6b2 /lua/plugins.lua
parent021c886f79d16b45c00e355c2bb80b3f8ff4b87e (diff)
added vim sleuth
Diffstat (limited to 'lua/plugins.lua')
-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)