diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-05-16 16:30:28 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-16 16:31:32 -0300 |
commit | 7693cbab5932fc232b027be85b9025cd496943d1 (patch) | |
tree | 2d2602c43de07cc35669ab9c2da2d0a7f8fda83d /.vimrc | |
parent | 71a19b15f67a458e66ea9a34760f22f145d981b6 (diff) |
vim: use vim 8 packages as submodules
Diffstat (limited to '.vimrc')
-rwxr-xr-x | .vimrc | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/.vimrc b/.vimrc index fd195a9..4838ee2 100755 --- a/.vimrc +++ b/.vimrc @@ -12,16 +12,10 @@ set nocompatible set encoding=utf-8 -" plugin management -execute pathogen#infect() -set rtp+=~/.vim/bundle/Vundle.vim -call vundle#begin() -Plugin 'VundleVim/Vundle.vim' -Plugin 'vim-airline/vim-airline' -Plugin 'vim-airline/vim-airline-themes' -Plugin 'tpope/vim-sleuth' -Plugin 'eslint/eslint' -call vundle#end() +" plugins should be installed as native vim 8+ packages +" +" git submodule update --init +" ln -s ~/.dotfiles/.vim/pack ~/.vim/pack " <VIM> vim settings ----------------------------- |