Got vim-plug to work.

This commit is contained in:
2017-10-17 03:35:05 -04:00
parent 61bbdf11c0
commit 6b6681aa4f
3 changed files with 11 additions and 8 deletions

View File

@@ -130,7 +130,7 @@ bind "set menu-complete-display-prefix on"
DIR_LAB="/h/u3/c7/05/mokkar/.bash_it"
DIR_HOME="/home/kevin/.bash_it"
# Path to the bash it configuration
export BASH_IT="$DIR_HOME"
export BASH_IT="$DIR_LAB"
# Lock and Load a custom theme file
# location /.bash_it/themes/

View File

@@ -11,14 +11,19 @@
" endtry
set relativenumber
set background=dark
syntax on
set tabstop=4
set autoindent
" 'h/u3/c7/05/mokkar/.vim/plugged'
" '~/.vim/plugged'
" call plug#begin('h/u3/c7/05/mokkar/.vim/plugged')
" Plug 'https://github.com/whatyouhide/vim-gotham.git'
" call plug#end()
"
" colorscheme gotham
call plug#begin('h/u3/c7/05/mokkar/.vim/plugged')
Plug 'vim-scripts/L9'
Plug 'vim-scripts/FuzzyFinder'
" Plug 'whatyouhide/vim-gotham'
call plug#end()
colorscheme gotham