Feat(nvim): autoparenthesis
This commit is contained in:
parent
8556a58bcd
commit
e6e0b7d9f8
@ -65,3 +65,5 @@ colorscheme zenburn
|
||||
|
||||
" Avoid showing message extra message when using completion
|
||||
set shortmess+=c
|
||||
|
||||
let g:indentLine_setConceal = 0
|
||||
|
@ -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'}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user