diff options
author | Chris <[email protected]> | 2021-03-17 15:48:52 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-17 15:48:52 -0400 |
commit | 5f482b6054ee67408ce111a2498bcbb69e4271e1 (patch) | |
tree | 6436a35aa9389a9b7d11f604ffa28ff60f624e82 /lua/plugins.lua | |
parent | b29ef8fa58b5214ed835f7711243e0ba492aebce (diff) |
lua formatting
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 08626579..11bed6dc 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -114,6 +114,7 @@ return require('packer').startup(function(use) use 'andymass/vim-matchup' use 'tpope/vim-sleuth' use 'phaazon/hop.nvim' + use 'gennaro-tedesco/nvim-jqx' -- use 'RRethy/vim-illuminate' -- use 'b3nj5m1n/kommentary' end) |