summaryrefslogtreecommitdiff
path: root/.vim/.vimrc
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2023-07-17 10:56:23 +0300
committerSyndamia <kamen@syndamia.com>2023-07-17 10:56:23 +0300
commitd4e2e4be686637a1c0e83698741b0fd4a8766405 (patch)
treef218f394033799b4e5b24db88ce4b2e72045e4d3 /.vim/.vimrc
parent617237fe7dd45e38fb5220cd06d3f2fa0ef61a99 (diff)
downloaddotfiles-d4e2e4be686637a1c0e83698741b0fd4a8766405.tar
dotfiles-d4e2e4be686637a1c0e83698741b0fd4a8766405.tar.gz
dotfiles-d4e2e4be686637a1c0e83698741b0fd4a8766405.zip
[.vimrc] Added vim-surround
Diffstat (limited to '.vim/.vimrc')
-rw-r--r--.vim/.vimrc1
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