mirror of
https://github.com/nanotee/nvim-lua-guide
synced 2024-11-05 06:00:39 +00:00
fix broken vimdoc
Sigh.
This commit is contained in:
parent
b78d73b3fa
commit
44711800b8
@ -489,8 +489,9 @@ remote plugins)
|
||||
- `vim.treesitter`: module that exposes the functionality of the
|
||||
tree-sitter library
|
||||
|
||||
This list is by no means comprehensive. If you wish to know more about
|
||||
what's made available by the `vim` variable, |lua-stdlib|` to get a list
|
||||
This list is by no means comprehensive. If you wish to know more about what's
|
||||
made available by the `vim` variable, |lua-stdlib| and |lua-vim| are the way
|
||||
to go. Alternatively, you can do `:lua print(vim.inspect(vim))` to get a list
|
||||
of every module.
|
||||
|
||||
Tips~
|
||||
@ -997,9 +998,9 @@ See also:
|
||||
|
||||
Tips~
|
||||
|
||||
Neovim has an extensive library of powerful built-in functions that
|
||||
are very useful for plugins. See |vim-function| for a list of functions
|
||||
grouped by topic.
|
||||
Neovim has an extensive library of powerful built-in functions that are very
|
||||
useful for plugins. See |vim-function| for an alphabetical list and
|
||||
|function-list| for a list of functions grouped by topic.
|
||||
|
||||
Neovim API functions can be used directly through `vim.api.{..}`. See
|
||||
|api| for information.
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
# Help links
|
||||
s/\[`vim\.api\.\(.*\)`\](.*)/|\1|/
|
||||
s/\[`:help \([^\[]*\)`\](.*)/|\1|/
|
||||
s/\[`:help \(.*\)`\](.*)/|\1|/
|
||||
s/\[`\(.*\)`\](.*)/|\1|/
|
||||
|
||||
# Markdown links
|
||||
|
Loading…
Reference in New Issue
Block a user