diff options
| author | Chris <[email protected]> | 2021-03-18 14:59:51 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2021-03-18 14:59:51 -0400 | 
| commit | a5bc3905199507ef8dc575129bf410220f27b377 (patch) | |
| tree | 85ba8e1b88f105954cb11ee1c7ac7fb95e40485c /lua | |
| parent | 8a6c861744ab404e6206744129451deb1a6b58ea (diff) | |
update plugins
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins.lua | 9 | 
1 files changed, 8 insertions, 1 deletions
| diff --git a/lua/plugins.lua b/lua/plugins.lua index 27fd6d93..a528903f 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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() | 
