mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 09:21:26 +08:00
Update dart layer doc
This commit is contained in:
parent
a11a77a4cb
commit
c7042b4ed0
@ -6,6 +6,14 @@
|
|||||||
" License: GPLv3
|
" License: GPLv3
|
||||||
"=============================================================================
|
"=============================================================================
|
||||||
|
|
||||||
|
""
|
||||||
|
" @section lang#dart, layer-lang-dart
|
||||||
|
" @parentsection layers
|
||||||
|
" @subsection Intro
|
||||||
|
" The lang#dart layer provides code completion, documentation lookup, jump to
|
||||||
|
" definition, dart_repl integration for dart. It uses neomake as default
|
||||||
|
" syntax checker which is loaded in @section(layer-checkers)
|
||||||
|
|
||||||
function! SpaceVim#layers#lang#dart#plugins() abort
|
function! SpaceVim#layers#lang#dart#plugins() abort
|
||||||
let plugins = []
|
let plugins = []
|
||||||
call add(plugins, ['dart-lang/dart-vim-plugin', {'merged' : 0}])
|
call add(plugins, ['dart-lang/dart-vim-plugin', {'merged' : 0}])
|
||||||
|
@ -81,28 +81,29 @@ CONTENTS *SpaceVim-contents*
|
|||||||
11. lang#c.......................................|SpaceVim-layer-lang-c|
|
11. lang#c.......................................|SpaceVim-layer-lang-c|
|
||||||
12. lang#crystal...........................|SpaceVim-layer-lang-crystal|
|
12. lang#crystal...........................|SpaceVim-layer-lang-crystal|
|
||||||
13. lang#csharp.............................|SpaceVim-layer-lang-csharp|
|
13. lang#csharp.............................|SpaceVim-layer-lang-csharp|
|
||||||
14. lang#elixir.............................|SpaceVim-layer-lang-elixir|
|
14. lang#dart.................................|SpaceVim-layer-lang-dart|
|
||||||
15. lang#elm...................................|SpaceVim-layer-lang-elm|
|
15. lang#elixir.............................|SpaceVim-layer-lang-elixir|
|
||||||
16. lang#go.....................................|SpaceVim-layer-lang-go|
|
16. lang#elm...................................|SpaceVim-layer-lang-elm|
|
||||||
17. lang#java.................................|SpaceVim-layer-lang-java|
|
17. lang#go.....................................|SpaceVim-layer-lang-go|
|
||||||
18. lang#julia...............................|SpaceVim-layer-lang-julia|
|
18. lang#java.................................|SpaceVim-layer-lang-java|
|
||||||
19. lang#kotlin.............................|SpaceVim-layer-lang-kotlin|
|
19. lang#julia...............................|SpaceVim-layer-lang-julia|
|
||||||
20. lang#lua...................................|SpaceVim-layer-lang-lua|
|
20. lang#kotlin.............................|SpaceVim-layer-lang-kotlin|
|
||||||
21. lang#ocaml...............................|SpaceVim-layer-lang-ocaml|
|
21. lang#lua...................................|SpaceVim-layer-lang-lua|
|
||||||
22. lang#php...................................|SpaceVim-layer-lang-php|
|
22. lang#ocaml...............................|SpaceVim-layer-lang-ocaml|
|
||||||
23. lang#pony.................................|SpaceVim-layer-lang-pony|
|
23. lang#php...................................|SpaceVim-layer-lang-php|
|
||||||
24. lang#processing.....................|SpaceVim-layer-lang-processing|
|
24. lang#pony.................................|SpaceVim-layer-lang-pony|
|
||||||
25. lang#puppet.............................|SpaceVim-layer-lang-puppet|
|
25. lang#processing.....................|SpaceVim-layer-lang-processing|
|
||||||
26. lang#python.............................|SpaceVim-layer-lang-python|
|
26. lang#puppet.............................|SpaceVim-layer-lang-puppet|
|
||||||
27. lang#rust.................................|SpaceVim-layer-lang-rust|
|
27. lang#python.............................|SpaceVim-layer-lang-python|
|
||||||
28. lang#scala...............................|SpaceVim-layer-lang-scala|
|
28. lang#rust.................................|SpaceVim-layer-lang-rust|
|
||||||
29. lang#xml...................................|SpaceVim-layer-lang-xml|
|
29. lang#scala...............................|SpaceVim-layer-lang-scala|
|
||||||
30. operator...................................|SpaceVim-layer-operator|
|
30. lang#xml...................................|SpaceVim-layer-lang-xml|
|
||||||
31. shell.........................................|SpaceVim-layer-shell|
|
31. operator...................................|SpaceVim-layer-operator|
|
||||||
32. test...........................................|SpaceVim-layer-test|
|
32. shell.........................................|SpaceVim-layer-shell|
|
||||||
33. tmux...........................................|SpaceVim-layer-tmux|
|
33. test...........................................|SpaceVim-layer-test|
|
||||||
34. tools#dash...............................|SpaceVim-layer-tools-dash|
|
34. tmux...........................................|SpaceVim-layer-tmux|
|
||||||
35. tools#zeal...............................|SpaceVim-layer-tools-zeal|
|
35. tools#dash...............................|SpaceVim-layer-tools-dash|
|
||||||
|
36. tools#zeal...............................|SpaceVim-layer-tools-zeal|
|
||||||
7. API........................................................|SpaceVim-api|
|
7. API........................................................|SpaceVim-api|
|
||||||
1. cmdlinemenu................................|SpaceVim-api-cmdlinemenu|
|
1. cmdlinemenu................................|SpaceVim-api-cmdlinemenu|
|
||||||
2. data#dict....................................|SpaceVim-api-data-dict|
|
2. data#dict....................................|SpaceVim-api-data-dict|
|
||||||
@ -1366,6 +1367,14 @@ KEY MAPPINGS
|
|||||||
normal SPC l s S stop the OmniSharp server
|
normal SPC l s S stop the OmniSharp server
|
||||||
<
|
<
|
||||||
|
|
||||||
|
==============================================================================
|
||||||
|
LANG#DART *SpaceVim-layer-lang-dart*
|
||||||
|
|
||||||
|
INTRO
|
||||||
|
The lang#dart layer provides code completion, documentation lookup, jump to
|
||||||
|
definition, dart_repl integration for dart. It uses neomake as default syntax
|
||||||
|
checker which is loaded in |SpaceVim-layer-checkers|
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
LANG#ELIXIR *SpaceVim-layer-lang-elixir*
|
LANG#ELIXIR *SpaceVim-layer-lang-elixir*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user