mirror of
https://github.com/neovim/neovim.git
synced 2026-08-19 02:24:46 -05:00
docs: misc
Co-authored-by: Axel <axelhjq@gmail.com> Co-authored-by: Colin Kennedy <colinvfx@gmail.com> Co-authored-by: Daiki Noda <sys9kdr@users.noreply.github.com> Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com> Co-authored-by: Jean-Jacq du Plessis <1030058+jj-du-plessis@users.noreply.github.com> Co-authored-by: Juan Giordana <juangiordana@gmail.com> Co-authored-by: Lincoln Wallace <locnnil0@gmail.com> Co-authored-by: Matti Hellström <hellstrom@scm.com> Co-authored-by: Steven Locorotondo <steven.locorotondo@justeattakeaway.com> Co-authored-by: Yochem van Rosmalen <git@yochem.nl> Co-authored-by: glepnir <glephunter@gmail.com> Co-authored-by: ifish <fishioon@live.com>
This commit is contained in:
committed by
dundargoc
co-authored by
Axel
Colin Kennedy
Daiki Noda
Evgeni Chasnovski
Jean-Jacq du Plessis
Juan Giordana
Lincoln Wallace
Matti Hellström
Steven Locorotondo
Yochem van Rosmalen
glepnir
ifish
parent
c060a6ea64
commit
6a425e7045
@@ -1389,7 +1389,7 @@ end
|
||||
--- |LspAttach| autocommand. Example:
|
||||
---
|
||||
--- ```lua
|
||||
--- vim.api.nvim_create_autocommand('LspAttach', {
|
||||
--- vim.api.nvim_create_autocmd('LspAttach', {
|
||||
--- callback = function(args)
|
||||
--- local client = vim.lsp.get_client_by_id(args.data.client_id)
|
||||
--- if client:supports_method('textDocument/foldingRange') then
|
||||
|
||||
Reference in New Issue
Block a user