mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Added ajvascript
This commit is contained in:
parent
fa356af6b6
commit
ab3e14bb5b
1 changed files with 5 additions and 1 deletions
6
.vimrc
6
.vimrc
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
let mapleader = ','
|
||||
|
||||
let &colorcolumn=join(range(101,999),",")
|
||||
" let &colorcolumn=join(range(101,999),",")
|
||||
|
||||
set hlsearch
|
||||
set incsearch
|
||||
|
|
@ -42,6 +42,10 @@ Bundle 'fholgado/minibufexpl.vim'
|
|||
Bundle 'vim-scripts/EasyGrep'
|
||||
Bundle 'vim-scripts/LustyExplorer'
|
||||
Bundle 'vim-scripts/yavdb'
|
||||
Bundle 'junkblocker/patchreview-vim'
|
||||
Bundle 'codegram/vim-codereview'
|
||||
Bundle 'pangloss/vim-javascript'
|
||||
Bundle 'mxw/vim-jsx'
|
||||
|
||||
" Scala Bundles
|
||||
" You need to check out appropriate ensime branch by hand by running ie.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue