diff options
author | Chris <[email protected]> | 2021-03-16 22:06:38 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-16 22:06:38 -0400 |
commit | be6c6ca92fa9e1f596bfaef0c1197b7144d70036 (patch) | |
tree | f2b98636732f70d6a5e9a7e82a075766e8506149 /lua/plugins.lua | |
parent | 1bcb1fd6edd02b804f7704c5ef70c1e7c34db0a5 (diff) |
udpates
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 1 |
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) |