mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
refactor: use nvim.foo.bar format for autocommand groups
This commit is contained in:
@ -30,7 +30,7 @@ local bufstates = vim.defaulttable(function(_)
|
||||
end)
|
||||
|
||||
local namespace = api.nvim_create_namespace('nvim.lsp.inlayhint')
|
||||
local augroup = api.nvim_create_augroup('vim_lsp_inlayhint', {})
|
||||
local augroup = api.nvim_create_augroup('nvim.lsp.inlayhint', {})
|
||||
|
||||
--- |lsp-handler| for the method `textDocument/inlayHint`
|
||||
--- Store hints for a specific buffer and client
|
||||
|
Reference in New Issue
Block a user