Skip to content
Snippets Groups Projects
Commit d7616322 authored by mtrame's avatar mtrame
Browse files

added html completiion (I think)

parent ee8f14d3
No related branches found
No related tags found
No related merge requests found
......@@ -156,13 +156,6 @@ imap <Tab> <C-p>
execute pathogen#infect()
"------------------------------------------------------------
" Should install vim-plug if not already installed
if empty(glob('~/.vim/autoload/plug.vim'))
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
endif
" Specify a directory for plugins
" - For Neovim: ~/.local/share/nvim/plugged
" - Avoid using standard Vim directory names like 'plugin'
......@@ -202,11 +195,6 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
" Unmanaged plugin (manually installed and updated)
Plug '~/my-prototype-plugin'
" TODO: Pywal colorscheme for i3 (actually might work elsewhere)
"Plug 'dylanaraps/wal.vim'
"colorscheme wal
" Initialize plugin system
" Start up NERDTree when no file is specified
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment