Skip to content

Commit ff95a8f

Browse files
committed
Add tagalong
1 parent 2f9c034 commit ff95a8f

File tree

7 files changed

+8
-3
lines changed

7 files changed

+8
-3
lines changed

plugins.vim

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,8 @@ Plug 'preservim/nerdtree'
7575
Plug 'Xuyuanp/nerdtree-git-plugin'
7676
Plug 'ryanoasis/vim-devicons'
7777

78-
" LSP (Disabled)
79-
" Plug 'prabirshrestha/vim-lsp'
80-
" Plug 'mattn/vim-lsp-settings'
78+
" auto rename tags
79+
Plug 'AndrewRadev/tagalong.vim'
8180

8281
"Completion
8382
Plug 'maralla/completor.vim'

plugins/ale

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 5b792c764196aeb45eb6025c6c1c9727084c2feb

plugins/asyncomplete-buffer.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 018bcf0f712ce0fde3f1f2eaabd7004fccb2d34a

plugins/asyncomplete-emmet.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 5c65b7693a1fc75f1b596e2763d27ca95a749da9

plugins/asyncomplete-ultisnips.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 1037c1dfc3ab639fd569fe03310095ddeb4388d4

plugins/asyncomplete.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 9c7651894c2c6d656c0dc71e87cfabbbb71b9c78

plugins/coc.nvim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit cb34b867645f169887915258adf32fd419282dcd

0 commit comments

Comments
 (0)