cjun714

Results 4 comments of cjun714

I have set smap, it's not working, setting: smap (complete_parameter#goto_next_parameter) imap (complete_parameter#goto_next_parameter) Here is an example: 1. input: os.Chmod("myname|", `mode`) // '|' is cursor position 2. press Tab, expected result...

Sorry for late response, please check below config, unnecessary part has been removed: ``` vim """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " vim-plug """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" call plug#begin('~/.local/share/nvim/plugged') Plug 'Yggdroot/LeaderF', { 'do': './install.sh' } Plug 'Valloric/YouCompleteMe', {...

I can use NCM on Nvim-qt 2.2 + Python3.6.4(window installer from Python website) on Windows 10, it can complete my Go code well. Just need to install neovim in pip...

I use vim-floaterm before, and this feature is well supported. But I found your plugin provide some good features like sendline to terminal, so I try to move to this...