mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #15307 from muniter/update-help.txt
docs(help.txt): Add a tag to the neovim api.
This commit is contained in:
commit
0e9d97896a
@ -130,6 +130,7 @@ Advanced editing ~
|
|||||||
|eval.txt| expression evaluation, conditional commands
|
|eval.txt| expression evaluation, conditional commands
|
||||||
|fold.txt| hide (fold) ranges of lines
|
|fold.txt| hide (fold) ranges of lines
|
||||||
|lua.txt| Lua API
|
|lua.txt| Lua API
|
||||||
|
|api.txt| Nvim API via RPC, Lua and VimL
|
||||||
|
|
||||||
Special issues ~
|
Special issues ~
|
||||||
|testing.txt| testing Vim and Vim scripts
|
|testing.txt| testing Vim and Vim scripts
|
||||||
@ -137,14 +138,15 @@ Special issues ~
|
|||||||
|remote.txt| using Vim as a server or client
|
|remote.txt| using Vim as a server or client
|
||||||
|
|
||||||
Programming language support ~
|
Programming language support ~
|
||||||
|indent.txt| automatic indenting for C and other languages
|
|indent.txt| automatic indenting for C and other languages
|
||||||
|lsp.txt| Language Server Protocol (LSP)
|
|lsp.txt| Language Server Protocol (LSP)
|
||||||
|syntax.txt| syntax highlighting
|
|treesitter.txt| tree-sitter library for incremental parsing of buffers
|
||||||
|filetype.txt| settings done specifically for a type of file
|
|syntax.txt| syntax highlighting
|
||||||
|quickfix.txt| commands for a quick edit-compile-fix cycle
|
|filetype.txt| settings done specifically for a type of file
|
||||||
|ft_ada.txt| Ada (the programming language) support
|
|quickfix.txt| commands for a quick edit-compile-fix cycle
|
||||||
|ft_rust.txt| Filetype plugin for Rust
|
|ft_ada.txt| Ada (the programming language) support
|
||||||
|ft_sql.txt| about the SQL filetype plugin
|
|ft_rust.txt| Filetype plugin for Rust
|
||||||
|
|ft_sql.txt| about the SQL filetype plugin
|
||||||
|
|
||||||
Language support ~
|
Language support ~
|
||||||
|digraph.txt| list of available digraphs
|
|digraph.txt| list of available digraphs
|
||||||
|
Loading…
Reference in New Issue
Block a user