Move ALE to start, enable completion for omnifunc
This commit is contained in:
parent
d3960cf92f
commit
4f72369350
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -8,7 +8,7 @@
|
||||||
path = pack/plugins/start/auto-pairs
|
path = pack/plugins/start/auto-pairs
|
||||||
url = https://github.com/jiangmiao/auto-pairs.git
|
url = https://github.com/jiangmiao/auto-pairs.git
|
||||||
[submodule "pack/plugins/start/ale"]
|
[submodule "pack/plugins/start/ale"]
|
||||||
path = pack/plugins/opt/ale
|
path = pack/plugins/start/ale
|
||||||
url = https://github.com/dense-analysis/ale.git
|
url = https://github.com/dense-analysis/ale.git
|
||||||
[submodule "pack/plugins/start/lightline-ale"]
|
[submodule "pack/plugins/start/lightline-ale"]
|
||||||
path = pack/plugins/start/lightline-ale
|
path = pack/plugins/start/lightline-ale
|
||||||
|
|
3
vimrc
3
vimrc
|
@ -35,6 +35,9 @@ command! BufOnly silent! execute "%bd|e#|bd#"
|
||||||
set splitbelow
|
set splitbelow
|
||||||
set splitright
|
set splitright
|
||||||
|
|
||||||
|
let g:ale_completion_enabled = 1
|
||||||
|
set omnifunc=ale#completion#OmniFunc
|
||||||
|
|
||||||
let g:lightline = {}
|
let g:lightline = {}
|
||||||
|
|
||||||
let g:lightline.component_expand = {
|
let g:lightline.component_expand = {
|
||||||
|
|
Loading…
Reference in a new issue