aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-04-02 11:48:21 +0800
committerGuangxiong Lin <[email protected]>2022-04-02 11:48:21 +0800
commit0587d80453bc92acb20b351fd17bc2f9126e01b0 (patch)
treec16ded09f47751abca3f21b35825a1c7873425ba
parent9ed3898acfdab8f1361e46c755f337eec96c4028 (diff)
downloaddotfiles-0587d80453bc92acb20b351fd17bc2f9126e01b0.tar.gz
dotfiles-0587d80453bc92acb20b351fd17bc2f9126e01b0.tar.bz2
dotfiles-0587d80453bc92acb20b351fd17bc2f9126e01b0.zip
Update plugin config location in vim
-rw-r--r--.vim/after/plugin/editorconfig.vim (renamed from .vim/plugin/editorconfig.vim)0
-rw-r--r--.vim/after/plugin/fugitive.vim (renamed from .vim/plugin/fugitive.vim)2
-rw-r--r--.vim/after/plugin/fzf.vim (renamed from .vim/plugin/fzf.vim)2
-rw-r--r--.vim/after/plugin/godot.vim (renamed from .vim/plugin/godot.vim)0
-rw-r--r--.vim/after/plugin/gutentags.vim (renamed from .vim/plugin/gutentags.vim)0
-rw-r--r--.vim/after/plugin/ledger.vim (renamed from .vim/plugin/ledger.vim)0
-rw-r--r--.vim/after/plugin/rooter.vim (renamed from .vim/plugin/rooter.vim)0
-rw-r--r--.vim/after/plugin/ultisnips.vim (renamed from .vim/plugin/ultisnips.vim)0
8 files changed, 3 insertions, 1 deletions
diff --git a/.vim/plugin/editorconfig.vim b/.vim/after/plugin/editorconfig.vim
index 70a4c16..70a4c16 100644
--- a/.vim/plugin/editorconfig.vim
+++ b/.vim/after/plugin/editorconfig.vim
diff --git a/.vim/plugin/fugitive.vim b/.vim/after/plugin/fugitive.vim
index f3a67bb..6178757 100644
--- a/.vim/plugin/fugitive.vim
+++ b/.vim/after/plugin/fugitive.vim
@@ -1,4 +1,4 @@
-nnoremap <silent> <leader>gs :tabnew +Git<CR>
+" nnoremap <silent> <leader>gs :tabnew +Git<CR>
nnoremap <leader>gp :G push<space>
nnoremap <leader>g<space> :G<space>
diff --git a/.vim/plugin/fzf.vim b/.vim/after/plugin/fzf.vim
index 7bf39aa..cda5a27 100644
--- a/.vim/plugin/fzf.vim
+++ b/.vim/after/plugin/fzf.vim
@@ -18,3 +18,5 @@ noremap <leader>fgc :FzfBCommits<CR>
noremap <leader>fgC :FzfCommits<CR>
noremap <leader>fl :FzfBLines<CR>
noremap <leader>fL :FzfLines<CR>
+
+packadd fzf.vim
diff --git a/.vim/plugin/godot.vim b/.vim/after/plugin/godot.vim
index 655710e..655710e 100644
--- a/.vim/plugin/godot.vim
+++ b/.vim/after/plugin/godot.vim
diff --git a/.vim/plugin/gutentags.vim b/.vim/after/plugin/gutentags.vim
index cab2f3b..cab2f3b 100644
--- a/.vim/plugin/gutentags.vim
+++ b/.vim/after/plugin/gutentags.vim
diff --git a/.vim/plugin/ledger.vim b/.vim/after/plugin/ledger.vim
index 77f5f3a..77f5f3a 100644
--- a/.vim/plugin/ledger.vim
+++ b/.vim/after/plugin/ledger.vim
diff --git a/.vim/plugin/rooter.vim b/.vim/after/plugin/rooter.vim
index bb07c0a..bb07c0a 100644
--- a/.vim/plugin/rooter.vim
+++ b/.vim/after/plugin/rooter.vim
diff --git a/.vim/plugin/ultisnips.vim b/.vim/after/plugin/ultisnips.vim
index 579cd03..579cd03 100644
--- a/.vim/plugin/ultisnips.vim
+++ b/.vim/after/plugin/ultisnips.vim