Skip to content

Commit

Permalink
support nodejs, stylus, less, jade, many JS
Browse files Browse the repository at this point in the history
  • Loading branch information
Yodi aditya committed Aug 22, 2011
1 parent 5fe2ce0 commit bbb100e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .vim/bundle/Pydiction
Submodule Pydiction added at 443694
1 change: 0 additions & 1 deletion .vim/bundle/bufexplorer
Submodule bufexplorer deleted from 59779a
1 change: 0 additions & 1 deletion .vim/bundle/bufexplorer.zip
Submodule bufexplorer.zip deleted from 8c75e6
1 change: 1 addition & 0 deletions .vim/bundle/vim-javascript
Submodule vim-javascript added at 156795
9 changes: 5 additions & 4 deletions .vimrc
Expand Up @@ -25,12 +25,10 @@ Bundle 'scrooloose/nerdtree'
Bundle 'cschlueter/vim-mustang'
Bundle 'msanders/snipmate.vim'
Bundle 'vim-scripts/snipmate-snippets'
"Bundle 'vim-scripts/Pydiction'
Bundle 'vim-scripts/Pydiction'
Bundle 'vim-scripts/AutoComplPop'
Bundle 'ervandew/supertab'
Bundle 'int3/vim-taglist-plus'
Bundle 'markabe/bufexplorer'
Bundle 'vim-scripts/bufexplorer.zip'
Bundle 'vim-scripts/closetag.vim'
Bundle 'fholgado/minibufexpl.vim'

Expand All @@ -42,7 +40,7 @@ Bundle 'lukaszb/vim-web-indent'
Bundle 'mattn/zencoding-vim'
Bundle 'godlygeek/tabular'
Bundle 'jamescarr/snipmate-nodejs'

Bundle 'wavded/vim-javascript'

filetype plugin indent on " required!
"
Expand Down Expand Up @@ -314,6 +312,9 @@ nnoremap <F2> :set nonumber!<CR>:set foldcolumn=0<CR>
" Execute Python file being edited with <Shift> + e:
nnoremap E w:<CR>:!python % <CR>
" Execute NodeJS file being edited with <Shift> + n:
nnoremap N w:<CR>:!node %<CR>
" Set autocomplete form
set completeopt=menuone,longest,preview

Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -3,6 +3,8 @@ VIM-Netbeans

We want use VIM as great as Netbeans for editing PHP, Phyton, JS, HTML, XML and many else filetype.

Now this VIM-Netbeans supported with NodeJS, Stylus, Less and many CSS/Javascript engine, template, parser

This VIM bundled with many plugins, syntax and custom .vimrc configuration.

This VIM is inspired by many great developers that share their custom VIM configuration.
Expand Down

0 comments on commit bbb100e

Please sign in to comment.