1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:20:05 +08:00

doc(layer): fix layer tags prefix

This commit is contained in:
Shidong Wang 2021-09-20 22:16:14 +08:00
parent 65816f2270
commit 6d44ea4780
110 changed files with 323 additions and 323 deletions

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section autocomplete, layer-autocomplete
" @section autocomplete, layers-autocomplete
" @parentsection layers
" @subsection code completion
" SpaceVim uses neocomplete as the default completion engine if vim has lua

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section checkers, layer-checkers
" @section checkers, layers-checkers
" @parentsection layers
" The `checkers` layer provides syntax lint feature. The default lint engine
" is |neomake|, this can be changed by `lint_engine` option:

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section colorscheme, layer-colorscheme
" @section colorscheme, layers-colorscheme
" @parentsection layers
" The ldefault colorscheme for SpaceVim is gruvbox. The colorscheme can be
" changed with the `g:spacevim_colorscheme` option by adding the following

View File

@ -8,7 +8,7 @@
scriptencoding utf-8
""
" @section core, layer-core
" @section core, layers-core
" @parentsection layers
" The `core` layer of SpaceVim. This layer is enabled by default,
" and it provides filetree, comment key bindings etc.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section core#statusline, layer-core-statusline
" @section core#statusline, layers-core-statusline
" @parentsection layers
" This layer provides default statusline for SpaceVim
" If you want to use airline's statusline, just disable this layer

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section core#tabline, layer-core-tabline
" @section core#tabline, layers-core-tabline
" @parentsection layers
" This layer provides default tabline for SpaceVim
" If you want to use airline's tabline, just disable this layer

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section exprfold, layer-exprfold
" @section exprfold, layers-exprfold
" @parentsection layers
" Fold code quickly according to expr.
"

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section format, layer-format
" @section format, layers-format
" @parentsection layers
" format layer provides code formation for SpaceVim, the default formatting
" plugin is |neoformat|.

View File

@ -8,7 +8,7 @@
""
" @section git, layer-git
" @section git, layers-git
" @parentsection layers
" `git` layer provides git integration for SpaceVim.
"

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section github, layer-github
" @section github, layers-github
" @parentsection layers
" This layer provides GitHub integration for SpaceVim
"

View File

@ -8,7 +8,7 @@
scriptencoding utf-8
""
" @section gtags, layer-gtags
" @section gtags, layers-gtags
" @parentsection layers
" `gtags` layer provides |gtags| integration for SpaceVim.
" To load this layer:

View File

@ -8,7 +8,7 @@
""
" @section incsearch, layer-incsearch
" @section incsearch, layers-incsearch
" @parentsection layers
" This layer improved incremental searching for neovim/vim
"

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section indentmove, layer-indentmove
" @section indentmove, layers-indentmove
" @parentsection layers
" Move cursor quickly according to indent.
"

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#actionscript, layer-lang-actionscript
" @section lang#actionscript, layers-lang-actionscript
" @parentsection layers
" This layer provides syntax highlighting for actionscript. To enable this
" layer:

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#agda, layer-lang-agda
" @section lang#agda, layers-lang-agda
" @parentsection layers
" This layer provides syntax highlighting for agda. To enable this
" layer:

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#asciidoc, layer-lang-asciidoc
" @section lang#asciidoc, layers-lang-asciidoc
" @parentsection layers
" This layer provides syntax highlighting for asciidoc. To enable this
" layer:

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#asepctj, layer-lang-asepctj
" @section lang#asepctj, layers-lang-asepctj
" @parentsection layers
" This layer provides syntax highlighting for asepctj. To enable this
" layer:

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#assembly, layer-lang-assembly
" @section lang#assembly, layers-lang-assembly
" @parentsection layers
" This layer provides syntax highlighting for assembly. To enable this
" layer:

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#autohotkey, layer-lang-autohotkey
" @section lang#autohotkey, layers-lang-autohotkey
" @parentsection layers
" This layer provides syntax highlighting for autohotkey. To enable this
" layer:

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#batch, layer-lang-batch
" @section lang#batch, layers-lang-batch
" @parentsection layers
" This layer is for batch development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -9,7 +9,7 @@
" Layer doc {{{
""
" @section lang#c, layer-lang-c
" @section lang#c, layers-lang-c
" @parentsection layers
" This layer is for c/cpp development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#chapel, layer-lang-chapel
" @section lang#chapel, layers-lang-chapel
" @parentsection layers
" This layer is for chapel development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#clojure, layer-lang-clojure
" @section lang#clojure, layers-lang-clojure
" @parentsection layers
" This layer provides clojure language support in SpaceVim. Including syntax
" highlighting, code indent, code runner and REPL. This layer is not enabled

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#coffeescript, layer-lang-coffeescript
" @section lang#coffeescript, layers-lang-coffeescript
" @parentsection layers
" This layer is for coffeescript development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#crystal, layer-lang-crystal
" @section lang#crystal, layers-lang-crystal
" @parentsection layers
" @subsection Intro
"

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#csharp, layer-lang-csharp
" @section lang#csharp, layers-lang-csharp
" @parentsection layers
" @subsection Intro
"

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#d, layer-lang-d
" @section lang#d, layers-lang-d
" @parentsection layers
" This layer is for d development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#dart, layer-lang-dart
" @section lang#dart, layers-lang-dart
" @parentsection layers
" @subsection Intro
"

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#dockerfile, layer-lang-dockerfile
" @section lang#dockerfile, layers-lang-dockerfile
" @parentsection layers
" @subsection Intro
"

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#e, layer-lang-e
" @section lang#e, layers-lang-e
" @parentsection layers
" @subsection Intro
"

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#eiffel, layer-lang-eiffel
" @section lang#eiffel, layers-lang-eiffel
" @parentsection layers
" This layer is for lang#eiffel development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#elixir, layer-lang-elixir
" @section lang#elixir, layers-lang-elixir
" @parentsection layers
" This layer is for elixir development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#elm, layer-lang-elm
" @section lang#elm, layers-lang-elm
" @parentsection layers
" This layer is for elm development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#erlang, layer-lang-erlang
" @section lang#erlang, layers-lang-erlang
" @parentsection layers
" This layer is for erlang development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#extra, layer-lang-extra
" @section lang#extra, layers-lang-extra
" @parentsection layers
" @subsection Intro
"

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#forth, layer-lang-forth
" @section lang#forth, layers-lang-forth
" @parentsection layers
" This layer is for forth development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#fortran, layer-lang-fortran
" @section lang#fortran, layers-lang-fortran
" @parentsection layers
" This layer is for fortran development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#foxpro, layer-lang-foxpro
" @section lang#foxpro, layers-lang-foxpro
" @parentsection layers
" @subsection Intro
"

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#fsharp, layer-lang-fsharp
" @section lang#fsharp, layers-lang-fsharp
" @parentsection layers
" This layer is for fsharp development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#go, layer-lang-go
" @section lang#go, layers-lang-go
" @parentsection layers
" This layer includes code completion and syntax checking for Go development.
"

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#goby, layer-lang-goby
" @section lang#goby, layers-lang-goby
" @parentsection layers
" This layer is for goby development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#gosu, layer-lang-gosu
" @section lang#gosu, layers-lang-gosu
" @parentsection layers
" This layer is for gosu development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#graphql, layer-lang-graphql
" @section lang#graphql, layers-lang-graphql
" @parentsection layers
" @subsection Intro
"

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#groovy, layer-lang-groovy
" @section lang#groovy, layers-lang-groovy
" @parentsection layers
" This layer is for groovy development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#hack, layer-lang-hack
" @section lang#hack, layers-lang-hack
" @parentsection layers
" @subsection Intro
"

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#haskell, layer-lang-haskell
" @section lang#haskell, layers-lang-haskell
" @parentsection layers
" This layer is for haskell development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#html, layer-lang-html
" @section lang#html, layers-lang-html
" @parentsection layers
" This layer is for html development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#hy, layer-lang-hy
" @section lang#hy, layers-lang-hy
" @parentsection layers
" This layer is for hy development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#idris, layer-lang-idris
" @section lang#idris, layers-lang-idris
" @parentsection layers
" This layer is for idris development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#io, layer-lang-io
" @section lang#io, layers-lang-io
" @parentsection layers
" This layer is for io development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#j, layer-lang-j
" @section lang#j, layers-lang-j
" @parentsection layers
" This layer is for j development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#janet, layer-lang-janet
" @section lang#janet, layers-lang-janet
" @parentsection layers
" This layer is for janet development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#java, layer-lang-java
" @section lang#java, layers-lang-java
" @parentsection layers
" This layer is for java development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#javascript, layer-lang-javascript
" @section lang#javascript, layers-lang-javascript
" @parentsection layers
" This layer is for JavaScript development, includes syntax lint, code
" completion etc. To enable this layer:

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#json, layer-lang-json
" @section lang#json, layers-lang-json
" @parentsection layers
" This layer provides syntax highlighting for json file. To enable this layer:
" >

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#julia, layer-lang-julia
" @section lang#julia, layers-lang-julia
" @parentsection layers
" This layer is for julia development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#kotlin, layer-lang-kotlin
" @section lang#kotlin, layers-lang-kotlin
" @parentsection layers
" This layer is for kotlin development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#latex, layer-lang-latex
" @section lang#latex, layers-lang-latex
" @parentsection layers
" This layer is for latex development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#lisp, layer-lang-lisp
" @section lang#lisp, layers-lang-lisp
" @parentsection layers
" This layer is for Common Lisp development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#livescript, layer-lang-livescript
" @section lang#livescript, layers-lang-livescript
" @parentsection layers
" This layer is for livescript development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#lua, layer-lang-lua
" @section lang#lua, layers-lang-lua
" @parentsection layers
" This layer includes utilities and language-specific mappings for lua development.
" >

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#markdown, layer-lang-markdown
" @section lang#markdown, layers-lang-markdown
" @parentsection layers
" This layer is for markdown language, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#moonscript, layer-lang-moonscript
" @section lang#moonscript, layers-lang-moonscript
" @parentsection layers
" This layer is for moonscript development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -8,7 +8,7 @@
""
" @section lang#nim, layer-lang-nim
" @section lang#nim, layers-lang-nim
" @parentsection layers
" This layer is for nim development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#nix, layer-lang-nix
" @section lang#nix, layers-lang-nix
" @parentsection layers
" @subsection Intro
" The lang#nix layer provides syntax highlighting for the Nix

View File

@ -8,7 +8,7 @@
""
" @section lang#ocaml, layer-lang-ocaml
" @section lang#ocaml, layers-lang-ocaml
" @parentsection layers
" OCaml autocompletion provided by merlin.
"

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#pact, layer-lang-pact
" @section lang#pact, layers-lang-pact
" @parentsection layers
" This layer is for pact development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#pascal, layer-lang-pascal
" @section lang#pascal, layers-lang-pascal
" @parentsection layers
" This layer is for pascal development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#perl, layer-lang-perl
" @section lang#perl, layers-lang-perl
" @parentsection layers
" This layer is for perl development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -8,7 +8,7 @@
""
" @section lang#php, layer-lang-php
" @section lang#php, layers-lang-php
" @parentsection layers
" This layer is for php development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#pony, layer-lang-pony
" @section lang#pony, layers-lang-pony
" @parentsection layers
" This layer is for pony development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#processing, layer-lang-processing
" @section lang#processing, layers-lang-processing
" @parentsection layers
" This layer is for Processing development:
" https://processing.org

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#prolog, layer-lang-prolog
" @section lang#prolog, layers-lang-prolog
" @parentsection layers
" This layer is for prolog development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#puppet, layer-lang-puppet
" @section lang#puppet, layers-lang-puppet
" @parentsection layers
" This layer is for Puppet development. It provides syntax highlighting and
" syntax checking.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#purescript, layer-lang-purescript
" @section lang#purescript, layers-lang-purescript
" @parentsection layers
" This layer provides purescript language support for SpaceVim. Includding syntax
" highlighting, code formatting and code completion. This layer is not enabled

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#python, layer-lang-python
" @section lang#python, layers-lang-python
" @parentsection layers
" This layer provides python language support for SpaceVim. Includding syntax
" highlighting, code formatting and code completion. This layer is not enabled

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#ring, layer-lang-r
" @section lang#ring, layers-lang-r
" @parentsection layers
" This layer is for r development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#racket, layer-lang-racket
" @section lang#racket, layers-lang-racket
" @parentsection layers
" This layer is for racket development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -12,7 +12,7 @@ if exists('s:JSON')
endif
""
" @section lang#reason, layer-lang-reason
" @section lang#reason, layers-lang-reason
" @parentsection layers
" This layer is for reason development, disabled by default, to enable this
" layer, add following snippet to your @section(options) file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#racket, layer-lang-red
" @section lang#racket, layers-lang-red
" @parentsection layers
" This layer is for red development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#ring, layer-lang-ring
" @section lang#ring, layers-lang-ring
" @parentsection layers
" This layer is for ring development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#ruby, layer-lang-ruby
" @section lang#ruby, layers-lang-ruby
" @parentsection layers
" This layer is for ruby development, disabled by default, to enable this
" layer, add following snippet to your @section(options) file.

View File

@ -8,7 +8,7 @@
""
" @section lang#rust, layer-lang-rust
" @section lang#rust, layers-lang-rust
" @parentsection layers
" This layer is for Rust development.
"

View File

@ -9,7 +9,7 @@ scriptencoding utf-8
""
" @section lang#scala, layer-lang-scala
" @section lang#scala, layers-lang-scala
" @parentsection layers
" This layer is for Scala development.
"

View File

@ -16,7 +16,7 @@ else
endif
""
" @section lang#scheme, layer-lang-scheme
" @section lang#scheme, layers-lang-scheme
" @parentsection layers
" This layer is for scheme development, disabled by default, to enable this
" layer, add following snippet to your @section(options) file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#sh, layer-lang-sh
" @section lang#sh, layers-lang-sh
" @parentsection layers
" This layer is for shell script development, including bash, zsh and fish.
" This layer provides basic syntax highlighting and code completion , and it

View File

@ -8,7 +8,7 @@
scriptencoding utf-8
""
" @section lang#sml, layer-lang-sml
" @section lang#sml, layers-lang-sml
" @parentsection layers
" This layer is for Standard ML development.
" This layer provides basic syntax highlighting and code completion , and it

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#swig, layer-lang-swift
" @section lang#swig, layers-lang-swift
" @parentsection layers
" This layer is for swift development, including syntax highlighting and
" indent. To enable it:

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#swig, layer-lang-swig
" @section lang#swig, layers-lang-swig
" @parentsection layers
" This layer is for swig development, including syntax highlighting and
" indent. To enable it:

View File

@ -8,7 +8,7 @@
""
" @section lang#tcl, layer-lang-tcl
" @section lang#tcl, layers-lang-tcl
" @parentsection layers
" This layer is for tcl development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#toml, layer-lang-toml
" @section lang#toml, layers-lang-toml
" @parentsection layers
" This layer provides basic syntax highlighting for toml. To enable it:
" >

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#typescript, layer-lang-typescript
" @section lang#typescript, layers-lang-typescript
" @parentsection layers
" This layer provides typescript development support for SpaceVim.
" To enable this layer, add following sinippet into SpaceVim configuration

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#v, layer-lang-v
" @section lang#v, layers-lang-v
" @parentsection layers
" This layer is for v development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#vbnet, layer-lang-vbnet
" @section lang#vbnet, layers-lang-vbnet
" @parentsection layers
" This layer is for vbnet development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#wolfram, layer-lang-wolfram
" @section lang#wolfram, layers-lang-wolfram
" @parentsection layers
" This layer is for wolfram development, disabled by default, to enable this
" layer, add following snippet to your SpaceVim configuration file.

View File

@ -8,7 +8,7 @@
""
" @section lang#xml, layer-lang-xml
" @section lang#xml, layers-lang-xml
" @parentsection layers
" When editing an xml file, the omni func is xmlcomplete#CompleteTags. You can
" read the documentation in autoload/xmlcomplete.vim in the vim or neovim

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section lang#xquery, layer-lang-xquery
" @section lang#xquery, layers-lang-xquery
" @parentsection layers
" This layer provides basic syntax highlighting and indent file for xquery,
" disabled by default, to enable this layer, add following snippet to

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section leaderf, layer-leaderf
" @section leaderf, layers-leaderf
" @parentsection layers
" This layer provides fuzzy finder feature which is based on leaderf, and this
" layer requires vim compiled with `+python` or `+python3`.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section language server protocol, layer-lsp
" @section language server protocol, layers-lsp
" @parentsection layers
" This layer provides language client support for SpaceVim.

View File

@ -7,7 +7,7 @@
"=============================================================================
""
" @section operator, layer-operator
" @section operator, layers-operator
" @parentsection layers
" With this layer, you can confirm that text is yanked correctly and see
" yanked text by highlighting.

Some files were not shown because too many files have changed in this diff Show More