cjun714

Results 3 issues of cjun714

# Issue Prelude - Category - [ ] Question - [ ] Bug - [x] Suggestion - OS - [x] Linux - [ ] macOS - [ ] Windows -...

help wanted

Current implementation is auto close term when switch from a float terminal. I found the implementation is in toggleterm.lua: ``` lua local function handle_term_leave() local _, term = terms.identify() if...

enhancement
help wanted
difficulty: easy

Plugin can complete function name, but it can't expand any function parameters,. The language is go, using go-langserver as lsp. All plugins and lsp are newest, neovim 0.4.0 on Linuxmint...