Browse Source

added markdown to vim, also updated profile

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

+ 3
- 1
.nvimrc View File

@ -33,7 +33,6 @@ Plug 'jelera/vim-javascript-syntax'
Plug 'leafgarland/typescript-vim'
Plug 'moll/vim-node'
"PHP
Plug 'shawncplus/phpcomplete.vim'
Plug 'tanarurkerem/drupal-snippets'
@ -44,6 +43,9 @@ Plug 'kchmck/vim-coffee-script'
"Git plugin
Plug 'tpope/vim-fugitive'
"Markdown
Plug 'godlygeek/tabular'
Plug 'plasticboy/vim-markdown'
call plug#end()
let g:airline#extensions#tabline#enabled = 1


+ 0
- 2
.profile View File

@ -120,5 +120,3 @@ export NVM_DIR="/Users/joshfabean/.nvm"
export ANDROID_HOME="/usr/local/opt/android-sdk"
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/platform-tools
export PATH="$PATH:/Applications/DevDesktop/drush"

Loading…
Cancel
Save