Skip to content

Commit feb4e1b

Browse files
author
Huitse Tai
committed
update bundles neco-ghc, tagbar, vim-airline and vim-go, remove two unused bundles rust.vim and vim-apl
1 parent d92b5ea commit feb4e1b

File tree

9 files changed

+11
-22
lines changed

9 files changed

+11
-22
lines changed

.gitmodules

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
[submodule "bundle/syntastic"]
22
path = bundle/syntastic
3-
url = git://github.com/scrooloose/syntastic.git
3+
url = git://github.com/vim-syntastic/syntastic.git
44
[submodule "bundle/vim-airline"]
55
path = bundle/vim-airline
66
url = git://github.com/vim-airline/vim-airline.git
77
[submodule "bundle/tagbar"]
88
path = bundle/tagbar
99
url = git://github.com/majutsushi/tagbar.git
10-
[submodule "bundle/rust.vim"]
11-
path = bundle/rust.vim
12-
url = git://github.com/rust-lang/rust.vim.git
1310
[submodule "bundle/vim-go"]
1411
path = bundle/vim-go
1512
url = git://github.com/fatih/vim-go.git
@@ -19,6 +16,3 @@
1916
[submodule "bundle/neco-ghc"]
2017
path = bundle/neco-ghc
2118
url = git://github.com/eagletmt/neco-ghc.git
22-
[submodule "bundle/vim-apl"]
23-
path = bundle/vim-apl
24-
url = git://github.com/ngn/vim-apl.git

README.sh

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,9 @@ stack install \
3535
)
3636

3737
# build ocaml environment (drafts)
38-
brew install ocaml opam
39-
opam init
40-
opam install merlin
41-
42-
# build rust environment (TODO)
43-
brew install rust
38+
# brew install ocaml opam
39+
# opam init
40+
# opam install merlin
4441

4542
# link .vimrc and .gvimrc
4643
ln -s .vim/_vimrc ~/.vimrc

_vimrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ let g:tagbar_type_make = {
4949
\ ]
5050
\}
5151

52-
"set javascript checker
53-
let g:syntastic_javascript_checkers = ['standard']
54-
5552
"config merlin for ocaml
5653
if executable("opam")
5754
let g:opamshare = substitute(system('opam config var share'),'\n$','','''')
@@ -65,6 +62,9 @@ let g:go_fmt_autosave = 0
6562
"config necoghc
6663
let g:necoghc_enable_detailed_browse = 1
6764

65+
"set javascript checker
66+
let g:syntastic_javascript_checkers = ['standard']
67+
6868
"config pymode
6969
let g:pymode_python = 'python3'
7070
let g:pymode_options = 0

bundle/neco-ghc

Submodule neco-ghc updated 1 file

bundle/rust.vim

Lines changed: 0 additions & 1 deletion
This file was deleted.

bundle/tagbar

Submodule tagbar updated from e872e67 to 53e9cb0

bundle/vim-airline

Submodule vim-airline updated 64 files

bundle/vim-apl

Lines changed: 0 additions & 1 deletion
This file was deleted.

bundle/vim-go

Submodule vim-go updated 52 files

0 commit comments

Comments
 (0)