ncm2 / ncm2-pyclang

Cached, fast C/C++ completion for ncm2
MIT License
45 stars 1 forks source link

Goto in a new split #23

Closed tvatter closed 4 years ago

tvatter commented 5 years ago

Hi and thanks for ncm2-pyclang, it works like a charm :)

Apologies for writing here, as it's definitely not an issue, but I'm still new to neovim and I'm not sure where to ask this.

I'm using the following line for the goto command:

autocmd FileType c,cpp nnoremap <buffer> gd :<c-u>call ncm2_pyclang#goto_declaration()<cr>

It works fine, but it opens the file in the split from where the command was called. Is there any way to have the goto automatically open a new split or something similar?

roxma commented 5 years ago

Hi, I'm too busy to add this feature. PR is welcome.

tvatter commented 5 years ago

I just did, sorry for the delay, I was super busy (and admittedly was too afraid to even start since I know nothing about vimscript).