mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-12 10:24:43 +02:00
fix snippet bug
This commit is contained in:
parent
d7f7db5ad0
commit
e9dc8603c8
5 changed files with 58 additions and 44 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue