summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-16 22:06:38 -0400
committerChris <[email protected]>2021-03-16 22:06:38 -0400
commitbe6c6ca92fa9e1f596bfaef0c1197b7144d70036 (patch)
treef2b98636732f70d6a5e9a7e82a075766e8506149 /lua/plugins.lua
parent1bcb1fd6edd02b804f7704c5ef70c1e7c34db0a5 (diff)
udpates
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 03c49a3b..e78e0788 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -117,4 +117,5 @@ return require('packer').startup(function()
--use 'suy/vim-context-commentstring'
-- use 'b3nj5m1n/kommentary'
use 'andymass/vim-matchup'
+ use 'sheerun/vim-polyglot'
end)