Results 73 issues of glepnir

function is `bool rpc_send_event(uint64_t id, const char *name, Array args)` print `textDocument/documentSymbol` response ` detail = "bool (uint64_t, const char *, Array)" ` so the param name is missed.

enhancement

like `Println` will jump to the source code `print.go`. ![image](https://user-images.githubusercontent.com/41671631/78896325-e5634400-7aa2-11ea-9338-33edab6a14c6.png)

next_release

I want get function name,param name param type , currently I write this .it just work with function params with builtin type. if use a package.function type that doesn't work...

support set title in border . ```lua vim.api.nvim_open_win(bufnr, true,{ width = 50, height = 2, relative = 'cursor', row = 5, col = 20, border = "double", title = "Titles",...

ui
float

### Neovim version (nvim -v) NVIM v0.9.0-dev-114-g9701c9dc9-dirty ### Vim (not Nvim) behaves the same? no ### Operating system/version macos 12.6 ### Terminal name/version kitty ### $TERM environment variable xterm-256color ###...

bug
ui
highlight

remove empty line in tail. relate issue #20776 . test with code ```lua function fn(abc ) print("hello" ) return abc + 1 end ``` before: ```lua function fn(abc) print("hello") return...

lua
lsp

remove the lspconfig augroup after use `LspStop` command . use `LspStart` will register the lspconfig augroup. Fix #2216

too much for loop.

lua
diagnostic