mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-24 18:52:22 +08:00
Add go pic
This commit is contained in:
parent
bb6bbf7a08
commit
737858bde3
11
README.md
11
README.md
@ -25,7 +25,7 @@
|
|||||||
- [Awesome ui](#awesome-ui)
|
- [Awesome ui](#awesome-ui)
|
||||||
- [Language specific mode](#language-specific-mode)
|
- [Language specific mode](#language-specific-mode)
|
||||||
- [c/c++ support](#cc-support)
|
- [c/c++ support](#cc-support)
|
||||||
- go support
|
- [go support](#go-support)
|
||||||
- rust support
|
- rust support
|
||||||
- php support
|
- php support
|
||||||
- python support
|
- python support
|
||||||
@ -128,13 +128,20 @@ git clone https://github.com/SpaceVim/SpaceVim.git AppData\Local\nvim
|
|||||||
|
|
||||||
##### Language specific mode
|
##### Language specific mode
|
||||||
|
|
||||||
###### c/c++ support [back](#table-of-contents)
|
###### c/c++ support
|
||||||
|
|
||||||
1. code completion: autocompletion and fuzzy match.
|
1. code completion: autocompletion and fuzzy match.
|
||||||

|

|
||||||
2. syntax check: Asynchronous linting and make framework.
|
2. syntax check: Asynchronous linting and make framework.
|
||||||

|

|
||||||
|
|
||||||
|
###### go support
|
||||||
|
1. code completion:
|
||||||
|

|
||||||
|
|
||||||
|
2. syntax check:
|
||||||
|

|
||||||
|
|
||||||
##### Neovim centric - Dark powered mode of SpaceVim.
|
##### Neovim centric - Dark powered mode of SpaceVim.
|
||||||
|
|
||||||
By default, SpaceVim use these dark powered plugins:
|
By default, SpaceVim use these dark powered plugins:
|
||||||
|
@ -28,6 +28,7 @@ let g:deoplete#ignore_sources.c = ['omni']
|
|||||||
let g:deoplete#ignore_sources.rust = ['omni']
|
let g:deoplete#ignore_sources.rust = ['omni']
|
||||||
let g:deoplete#ignore_sources.perl = ['omni']
|
let g:deoplete#ignore_sources.perl = ['omni']
|
||||||
call deoplete#custom#set('go', 'mark', '')
|
call deoplete#custom#set('go', 'mark', '')
|
||||||
|
call deoplete#custom#set('go', 'rank', 9999)
|
||||||
call deoplete#custom#set('clang2', 'mark', '')
|
call deoplete#custom#set('clang2', 'mark', '')
|
||||||
call deoplete#custom#set('racer', 'mark', '')
|
call deoplete#custom#set('racer', 'mark', '')
|
||||||
if g:spacevim_enable_javacomplete2_py
|
if g:spacevim_enable_javacomplete2_py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user