diff options
Diffstat (limited to 'vim/.vim')
-rw-r--r-- | vim/.vim/.gitignore | 1 | ||||
-rw-r--r-- | vim/.vim/.init.vim-rplugin~ | 12 |
2 files changed, 1 insertions, 12 deletions
diff --git a/vim/.vim/.gitignore b/vim/.vim/.gitignore index 39e598f..55aa2a4 100644 --- a/vim/.vim/.gitignore +++ b/vim/.vim/.gitignore @@ -1,3 +1,4 @@ +.init.vim-* .netrwhist plugged vimundo/* diff --git a/vim/.vim/.init.vim-rplugin~ b/vim/.vim/.init.vim-rplugin~ deleted file mode 100644 index e1137d2..0000000 --- a/vim/.vim/.init.vim-rplugin~ +++ /dev/null @@ -1,12 +0,0 @@ -" python3 plugins -call remote#host#RegisterPlugin('python3', '/home/urbain/.vim/plugged/deoplete.nvim/rplugin/python3/deoplete', [ - \ {'sync': 1, 'name': '_deoplete', 'type': 'function', 'opts': {}}, - \ ]) - - -" ruby plugins - - -" python plugins - - |