diff --git a/.nvimrc b/.nvimrc index 92bb904..c0db029 100644 --- a/.nvimrc +++ b/.nvimrc @@ -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 diff --git a/.profile b/.profile index d566292..a7262b9 100644 --- a/.profile +++ b/.profile @@ -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"