Skip to content

Commit

Permalink
node cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thejspr committed May 31, 2017
1 parent 00b32fa commit 8b6b2cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Brewfile
Expand Up @@ -38,5 +38,5 @@ brew 'z'
brew 'zlib'
brew 'zsh'
brew 'zsh-completions'
brew 'nvm'
brew 'python3'
brew 'node'
4 changes: 3 additions & 1 deletion vimrc
Expand Up @@ -6,7 +6,7 @@ call plug#begin('~/.vim/plugged')
" }}}

" Essentials {{{
Plug 'Raimondi/delimitMate'
" Plug 'Raimondi/delimitMate'
Plug 'tpope/vim-repeat'
Plug 'ervandew/supertab'
Plug 'junegunn/fzf', { 'do': './install --all' }
Expand Down Expand Up @@ -103,6 +103,7 @@ nmap <silent> <leader>§ :VimuxRunLastCommand<CR>
Plug 'elzr/vim-json'
Plug 'pangloss/vim-javascript'
Plug 'mxw/vim-jsx'
Plug 'roxma/nvim-cm-tern', {'do': 'npm install'}
" }}}

" new stuff {{{
Expand All @@ -116,6 +117,7 @@ autocmd VimEnter,BufNewFile,BufReadPost * silent! call HardMode()
nnoremap <leader>e <Esc>:call ToggleHardMode()<CR>
Plug 'neomake/neomake'
autocmd! BufWritePost * Neomake
" Plug 'roxma/nvim-completion-manager'
" }}}

call plug#end()
Expand Down
3 changes: 0 additions & 3 deletions zsh_mods
Expand Up @@ -50,6 +50,3 @@ zle -N fancy-ctrl-z
bindkey '^Z' fancy-ctrl-z

source ~/.secrets

export NVM_DIR="$HOME/.nvm"
. "/usr/local/opt/nvm/nvm.sh" --no-use

0 comments on commit 8b6b2cb

Please sign in to comment.