Browse Source

added stuff, who knows

master
Josh Fabean 8 years ago
parent
commit
178f1c7b2c
2 changed files with 5 additions and 0 deletions
  1. +3
    -0
      .nvimrc
  2. +2
    -0
      .profile

+ 3
- 0
.nvimrc View File

@ -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'


+ 2
- 0
.profile View File

@ -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'


Loading…
Cancel
Save