Birger J. Nordølum

Results 63 comments of Birger J. Nordølum

> did you set the GOVIM_GOPLS_GOMAXPROCS_MINUS_N environment variable? If so, to what value? I did not change that on any of my setups. Been okay for a week or two...

🙄 Uups. I totally wrote the opposite of what I ment. My bad. Good that the fix is upstream and can benefit more people.

This specifially talked about `deoplete` before it went of track. 😉 Ref. https://github.com/Shougo/deoplete.nvim/issues/965#issuecomment-482925193 ```vim call deoplete#custom#option('omni_patterns', { \ 'go': '[^. *\t]\.\w*', \}) ``` I've confirmed this to work. _(Discord library)_

So the thing is, as you can see from the above image, I do have some completion. However, giving it some afterthought, I am in fact not sure what should...

Hi, @mcesar. Care to post a screenshot of your setup, so that I have something to compare to? Thanks.

```vim call plug#begin('~/.vim/plugged') Plug 'tpope/vim-sensible' Plug 'srcery-colors/srcery-vim' Plug 'govim/govim' if has('nvim') Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } else Plug 'Shougo/deoplete.nvim' Plug 'roxma/nvim-yarp' Plug 'roxma/vim-hug-neovim-rpc' endif Plug 'wincent/terminus' call plug#end() colorscheme...

Do `govim` export the path of the `gopls`-binary? I'm trying to use it as source for vim-lsp.

> no it doesn't expose the path of the `gopls` binary. Using govim and `vim-lsp` together is likely to cause issues, because both are LSP clients. If you are using...

> So...Done with deoplete avaliable on govim? Appreciate what you are doing, wish it. I’ve put Vim aside for the time being. This COVID-19 thing is putting a damper on...

Can this be of relevance https://github.com/jwilm/alacritty/issues/1485?