update plugins

This commit is contained in:
Chris 2021-03-18 14:59:51 -04:00
parent 8a6c861744
commit a5bc390519

View file

@ -107,9 +107,16 @@ return require('packer').startup(function(use)
use 'andymass/vim-matchup'
use 'phaazon/hop.nvim'
use 'gennaro-tedesco/nvim-jqx'
-- TODO put this back when stable for indent lines
-- use { 'lukas-reineke/indent-blankline.nvim', branch = 'lua'}
-- vim.g.indent_blankline_space_char = ' '
-- vim.g.indent_blankline_buftype_exclude = {'terminal'}
-- vim.g.indent_blankline_filetype_exclude = {'help', 'startify'}
-- vim.g.indent_blankline_char = '▏'
-- vim.g.indent_blankline_use_treesitter=true
-- use 'RRethy/vim-illuminate'
-- use 'b3nj5m1n/kommentary'
-- use 'tpope/vim-sleuth'
use 'tpope/vim-sleuth'
-- use {
-- 'glacambre/firenvim',
-- run = function()