Feat(nvim): autoparenthesis

This commit is contained in:
Bertrand Benjamin 2021-08-23 15:05:33 +02:00
parent 8556a58bcd
commit e6e0b7d9f8
2 changed files with 6 additions and 0 deletions

View File

@ -65,3 +65,5 @@ colorscheme zenburn
" Avoid showing message extra message when using completion
set shortmess+=c
let g:indentLine_setConceal = 0

View File

@ -36,7 +36,11 @@ call plug#begin('~/.config/nvim/autoload/plugged')
Plug 'nvim-telescope/telescope.nvim'
Plug 'lervag/vimtex'
" Highlight on Yank
Plug 'machakann/vim-highlightedyank'
" Autoclose parenthesis
Plug 'cohama/lexima.vim'
" Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}