mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	feat(lsp): inlay hints #23984
Add automatic refresh and a public interface on top of #23736 * add on_reload, on_detach handlers in `enable()` buf_attach, and LspDetach autocommand in case of manual detach * unify `__buffers` and `hint_cache_by_buf` * use callback bufnr in `on_lines` callback, bufstate: remove __index override * move user-facing functions into vim.lsp.buf, unify enable/disable/toggle Closes #18086
This commit is contained in:
		| @@ -223,7 +223,6 @@ CONFIG = { | ||||
|             'log.lua', | ||||
|             'rpc.lua', | ||||
|             'protocol.lua', | ||||
|             'inlay_hint.lua' | ||||
|         ], | ||||
|         'files': [ | ||||
|             'runtime/lua/vim/lsp', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Chinmay Dalal
					Chinmay Dalal