Download:
child 232:85db8c8301df
parent 230:764704966154
231:83c3d45cd969
Anton Shestakov <av6@dwimlabs.net>, Thu, 28 Apr 2022 17:47:11 +0400
.vim: move to native plugins/packs from pathogen

3 файлов изменено, 6 вставок(+), 8 удалений(-) [+]
.vim/bundle/urls file | annotate | diff | comparison | revisions
.vim/pack/default/start/urls file | annotate | diff | comparison | revisions
.vimrc file | annotate | diff | comparison | revisions
--- a/.vim/bundle/urls Thu Apr 28 13:03:46 2022 +0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-https://github.com/ctrlpvim/ctrlp.vim
-https://github.com/mhinz/vim-signify
-https://github.com/scrooloose/syntastic
-https://github.com/tomasr/molokai
-https://github.com/vim-airline/vim-airline
-https://github.com/vim-airline/vim-airline-themes
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.vim/pack/default/start/urls Thu Apr 28 17:47:11 2022 +0400
@@ -0,0 +1,6 @@
+https://github.com/ctrlpvim/ctrlp.vim
+https://github.com/mhinz/vim-signify
+https://github.com/scrooloose/syntastic
+https://github.com/tomasr/molokai
+https://github.com/vim-airline/vim-airline
+https://github.com/vim-airline/vim-airline-themes
--- a/.vimrc Thu Apr 28 13:03:46 2022 +0400
+++ b/.vimrc Thu Apr 28 17:47:11 2022 +0400
@@ -1,5 +1,3 @@
-execute pathogen#infect()
-
set encoding=utf-8
set history=700
set undolevels=700