diff options
author | Chris <[email protected]> | 2021-03-29 10:54:03 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-29 10:54:03 -0400 |
commit | 7d74781eada41bc2777ddd1bd5dbdf53db12ef9f (patch) | |
tree | 9265c67092767c4ca3f4244d5ccaf3d9cd73cc83 /lua/plugins.lua | |
parent | fc5f8c89dc7006b0360142d2123f9a5357feeff9 (diff) |
back to autopairs
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 86b14621..2f18fe35 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -112,12 +112,12 @@ return require('packer').startup(function(use) use 'monaqa/dial.nvim' use 'junegunn/goyo.vim' use 'andymass/vim-matchup' - use 'cohama/lexima.vim' + -- use 'cohama/lexima.vim' use 'MattesGroeger/vim-bookmarks' -- use 'kshenoy/vim-signature' -- use 'nelstrom/vim-visual-star-search' -- TODO switch back when config support snips - -- use 'windwp/nvim-autopairs' + use 'windwp/nvim-autopairs' -- TODO put this back when stable for indent lines -- vim.g.indent_blankline_space_char = 'ï‘„' |