mirror of
https://github.com/fergalmoran/vimfiles.git
synced 2025-12-25 19:08:37 +00:00
Added android-vim
This commit is contained in:
9
.vimrc
9
.vimrc
@@ -39,6 +39,8 @@ map <Leader>m <esc>:tabnext<CR>
|
|||||||
|
|
||||||
"CTRL-N to open Nerd Tree
|
"CTRL-N to open Nerd Tree
|
||||||
map <C-n> :NERDTreeToggle<CR>
|
map <C-n> :NERDTreeToggle<CR>
|
||||||
|
let NERDTreeIgnore = ['\.pyc$']
|
||||||
|
|
||||||
"Close vim when NERDTree is the only window open
|
"Close vim when NERDTree is the only window open
|
||||||
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif
|
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif
|
||||||
|
|
||||||
@@ -62,6 +64,10 @@ Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
|
|||||||
Bundle 'tpope/vim-rails.git'
|
Bundle 'tpope/vim-rails.git'
|
||||||
Bundle 'https://github.com/fholgado/minibufexpl.vim'
|
Bundle 'https://github.com/fholgado/minibufexpl.vim'
|
||||||
Bundle 'evanmiller/nginx-vim-syntax'
|
Bundle 'evanmiller/nginx-vim-syntax'
|
||||||
|
Bundle "wookiehangover/jshint.vim"
|
||||||
|
Bundle "bpowell/vim-android.git"
|
||||||
|
|
||||||
|
let g:JSHintHighlightErrorLine = 0
|
||||||
|
|
||||||
Bundle "pangloss/vim-javascript"
|
Bundle "pangloss/vim-javascript"
|
||||||
|
|
||||||
@@ -81,6 +87,9 @@ let g:ctrlp_custom_ignore = {
|
|||||||
set wildignore+=*.pyc
|
set wildignore+=*.pyc
|
||||||
set wildignore+=*_build/*
|
set wildignore+=*_build/*
|
||||||
|
|
||||||
|
let g:syntastic_always_populate_loc_list = 0
|
||||||
|
let g:syntastic_auto_loc_list = 0
|
||||||
|
|
||||||
Bundle 'https://github.com/klen/python-mode.git'
|
Bundle 'https://github.com/klen/python-mode.git'
|
||||||
map <Leader>g :call RopeGotoDefinition()<CR>
|
map <Leader>g :call RopeGotoDefinition()<CR>
|
||||||
let ropevim_enable_shortcuts = 1
|
let ropevim_enable_shortcuts = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user