-
I saw your [scoping sources for Markdown](https://github.com/roxma/nvim-completion-manager#scoping-sources), it is really handy for writing blog. But recently I turn to [reStructuredText](http://docut…
-
Is there any documentation on how to use the language servers outside of vscode ?
Are they standard language servers.
-
Possible duplicate of #135
With current HEAD when I try to expand a entry with `[+]` from the popup menu with ultisnips, nothing actually happens.
When I try the same config with neosnippet it wor…
-
Greetings,
my AC1200 adapter is stuck in USB2 mode and completely ignores any txpower setting.
I am running Linux Mint 18.2 with a 4.11.0-14 kernel.
I have tried the 5.1.5 and 5.2.9 version of…
-
I find that NCM does not support third-party packages when it's in virtualenv.
Environment:
Ubuntu 16.04
Installed Plugins:
Plug 'roxma/nvim-completion-manager'
Plug 'Shougo/neosnippet'
Plug…
-
Hey, great idea generalizing the language server protocol. I'd love to migrate from ALE to this but unfortunately I'm having some problems.
- vim version: VIM - Vi IMproved 8.0 (2016 Sep 12, compil…
-
Using the [PHP language server from Roxma](https://github.com/roxma/LanguageServer-php-neovim) when the language server is enabled `LanguageClientStart` a single press of the `d` key delets a line.
…
-
That's my settings in `.vimrc`
```vim
if empty(glob('~/.vim/pack/minpac'))
silent !git clone https://github.com/k-takata/minpac.git ~/.vim/pack/minpac/opt/minpac
autocmd VimEnter * call minp…
-
Hi,
First of, thanks for this great plugin! It's so much more straight forward compared to other solutions.
Unfortunately, I've noticed some quite bad performance problems in insert mode with NC…
-
I can't be able to make this plugin working. When I'm typing, there's no completion. I have to press `` to make the popup show.
```php