mirror of
https://github.com/gryf/.vim.git
synced 2026-04-25 21:51:24 +02:00
Added omnicompletion and indentation for javascript (including node.js).
Added Windows configuration.
This commit is contained in:
@@ -425,9 +425,8 @@ if $TERM == 'linux' && !has('gui_running')
|
||||
" fallback to basic 8-color colorscheme
|
||||
colorscheme pablo
|
||||
endif
|
||||
|
||||
if has('win32') && $_PMX == '1'
|
||||
source $VIM/vimfiles/pmxrc.vim
|
||||
if has('win32')
|
||||
source $VIM/vimfiles/winrc.vim
|
||||
endif
|
||||
"}}}
|
||||
" vim:ts=4:sw=4:wrap:fdm=marker:
|
||||
|
||||
Reference in New Issue
Block a user