summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2023-03-16 19:44:18 +0000
committerself <george@gabbott.dev>2023-03-16 19:44:18 +0000
commit0dfbb30e52892b8272ecd9a1c0b70c225d7e8c85 (patch)
treeb8e2e13f05cd596d4c19071d7db78d97b67d330b
parentd86b7ae4428f8f21b55823d76ada9ac65b38617c (diff)
Get rid of autoclose html tags
-rwxr-xr-xinit.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.vim b/init.vim
index e616e7f..e4abbce 100755
--- a/init.vim
+++ b/init.vim
@@ -128,7 +128,6 @@ let g:rainbow_active = 1
"let g:lexima_enable_newline_rules = 0
"let g:enable_endwise_rules = 0
"
-Plug 'alvan/vim-closetag' " Close HTML tags
" Modify surrounding brackets
Plug 'tpope/vim-surround'