From e9dc8603c845ffc1c52e8f608e6591403b31eadd Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 26 Mar 2021 13:48:58 -0400 Subject: fix snippet bug --- lua/plugins.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 19750a79..48c3413e 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -116,7 +116,9 @@ return require('packer').startup(function(use) use 'monaqa/dial.nvim' use 'junegunn/goyo.vim' use 'andymass/vim-matchup' - use 'windwp/nvim-autopairs' + use 'cohama/lexima.vim' + -- TODO switch back when config support snips + -- use 'windwp/nvim-autopairs' -- TODO put this back when stable for indent lines -- vim.g.indent_blankline_space_char = '' -- cgit v1.2.3