Summary Files CommitsBranches @commit@diff
path: root/.vim/.vimrc
diff options
context:
space:
mode:
Commit55a9334ea65cd5b5437a71dbbcb9fe29d64a306a (patch )
AuthorSyndamia <kamen@syndamia.com>2023-04-29 16:08:06 +0300
CommitterSyndamia <kamen@syndamia.com>2023-04-29 16:08:06 +0300
Files8a2b3987c39ee036ba61473aa1369edb984268fe /.vim/.vimrc
dotfiles-55a9334ea65cd5b5437a71dbbcb9fe29d64a306a.tar
dotfiles-55a9334ea65cd5b5437a71dbbcb9fe29d64a306a.tar.gz
dotfiles-55a9334ea65cd5b5437a71dbbcb9fe29d64a306a.zip
Parent29fedb13ef41f94d4c383c8207a02497694d622a (diff)
[.vimrc] Added matchit, added persistant undo history, updated shortmess and changed TOhtml options
1 files changed, 6 insertions, 0 deletions
-rw-r--r--.vim/.vimrc6
diff --git a/.vim/.vimrc b/.vim/.vimrc
index 008cbd4..cf8a66d 100644
--- a/.vim/.vimrc
+++ b/.vim/.vimrc
@@ -34,6 +34,12 @@ Plug 'vim-scripts/syntaxhaskell.vim', { 'for': 'haskell' } " haskell: Better syn
call plug#end()
"""
+""" Package plugins
+"""
+
+packadd! matchit
+
+"""
""" Manual plugins
"""