diff options
author | Chris <[email protected]> | 2021-03-26 13:48:58 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-26 13:48:58 -0400 |
commit | e9dc8603c845ffc1c52e8f608e6591403b31eadd (patch) | |
tree | 4379f5120ab3f80e8fe3d2b375dbfed015f2702f /lua/plugins.lua | |
parent | d7f7db5ad065e7a4833a5df7624ec87ec440ee95 (diff) |
fix snippet bug
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 4 |
1 files changed, 3 insertions, 1 deletions
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 = 'ï‘„' |