diff options
Diffstat (limited to '.vim/.vimrc')
| -rw-r--r-- | .vim/.vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/.vimrc b/.vim/.vimrc index c91ef62..ce5caee 100644 --- a/.vim/.vimrc +++ b/.vim/.vimrc @@ -18,6 +18,7 @@ Plug 'tpope/vim-eunuch' " Easy UNIX shell commands Plug 'alvan/vim-closetag' " Automatically add HTML closing tags Plug 'kien/tabman.vim' " Show open buffers Plug 'ervandew/supertab' " Makes <Tab> be nicer to use with Omnicompletion +Plug 'tpope/vim-surround' " Add and change surrounding quotes and braces """ Software development Plug 'dense-analysis/ale' " Linting with LSP |
