diff --git a/.nvimrc b/.nvimrc index 6eb23cb..f42eb56 100644 --- a/.nvimrc +++ b/.nvimrc @@ -14,6 +14,8 @@ Plug 'jeetsukumaran/vim-filebeagle' Plug 'bling/vim-airline' Plug 'scrooloose/nerdtree' Plug 'christoomey/vim-tmux-navigator' +Plug 'editorconfig/editorconfig-vim' +Plug 'Valloric/YouCompleteMe', { 'do': './install.py' } "HTML & CSS Plug 'hail2u/vim-css3-syntax' @@ -25,6 +27,7 @@ Plug 'digitaltoad/vim-jade' "Javascript Plug 'pangloss/vim-javascript' Plug 'jelera/vim-javascript-syntax' +Plug 'leafgarland/typescript-vim' "PHP Plug 'StanAngeloff/php.vim' diff --git a/.profile b/.profile index c8151bb..bd0dc60 100644 --- a/.profile +++ b/.profile @@ -6,6 +6,8 @@ blackText='\e[1;30m' whitebg='\e[47m' #echo -e "${hashes}███████████████████████████████████████████████████████████████████████████████████████████████████████████████████${NC}" +#echo "${yellow} Only things that are hard are worth having ${NC}" +/usr/local/bin/node /Users/joshfabean/Git/profile-text/index.js # run NVIM instead of VIM alias vim='nvim'