mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 22:57:03 +01:00
Add tagalong vim plugin
This commit is contained in:
9
.vimrc
9
.vimrc
@@ -1,7 +1,5 @@
|
|||||||
" general configuration:
|
" general configuration:
|
||||||
syntax on " Turn on colors
|
syntax on " Turn on colors filetype plugin on " Enables the ftplugin options filetype indent on
|
||||||
filetype plugin on " Enables the ftplugin options
|
|
||||||
filetype indent on
|
|
||||||
set nocompatible " turn off vi-compatibility (should be on by default)
|
set nocompatible " turn off vi-compatibility (should be on by default)
|
||||||
set autoindent " Automaticaly indent while writing
|
set autoindent " Automaticaly indent while writing
|
||||||
set smarttab
|
set smarttab
|
||||||
@@ -80,6 +78,11 @@ Plug 'python-mode/python-mode', { 'for': 'python', 'branch': 'develop' }
|
|||||||
" Latex-Suite
|
" Latex-Suite
|
||||||
Plug 'vim-latex/vim-latex'
|
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()
|
call plug#end()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user