mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
Add tagalong vim plugin
This commit is contained in:
9
.vimrc
9
.vimrc
@@ -1,7 +1,5 @@
|
||||
" general configuration:
|
||||
syntax on " Turn on colors
|
||||
filetype plugin on " Enables the ftplugin options
|
||||
filetype indent on
|
||||
syntax on " Turn on colors filetype plugin on " Enables the ftplugin options filetype indent on
|
||||
set nocompatible " turn off vi-compatibility (should be on by default)
|
||||
set autoindent " Automaticaly indent while writing
|
||||
set smarttab
|
||||
@@ -80,6 +78,11 @@ Plug 'python-mode/python-mode', { 'for': 'python', 'branch': 'develop' }
|
||||
" Latex-Suite
|
||||
Plug 'vim-latex/vim-latex'
|
||||
|
||||
" tagalong
|
||||
" to automatically edit closing HTML tags
|
||||
" tag names should be changed either in insert mode or via 'cw'
|
||||
Plug 'AndrewRadev/tagalong.vim'
|
||||
|
||||
call plug#end()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user