Results 40 comments of Yavorski

* `ubuntu`: `16.04.2 LTS` * `nodejs`: `8.6.0` * `npm`: `5.3.0` ``` shell npm i -g npm@latest /home/user/.npm-global/bin/npm -> /home/user/.npm-global/lib/node_modules/npm/bin/npm-cli.js /home/user/.npm-global/bin/npx -> /home/user/.npm-global/lib/node_modules/npm/bin/npx-cli.js + [email protected] added 68 packages, removed 164 packages...

Yep no nvm in my case. Linux + Nodejs from nodesource.

+1 for the module structure.

It would be nice to extend this to `lsp_references` and other actions too. So for example when you open `Trouble references` in the Trouble window the current reference would be...

Yes having the same issue here with Microsoft Visual Studio Professional 2022 (64-bit). CTRL+N / CTRL+P are not working.

With default vim/neovim key binding - {Bufnr} CTRL + 6

You can try with `packer` `after` hook setup ```lua use { "nvim-lualine/lualine.nvim", -- statusline plugin after = "zephyr-nvim", -- init after color scheme in order to prevent any overrides ......

It is actually quite cool, I like it. Thin `@` is more annoying imho.

I wondered for this kind of option too. Many popups already support close with q or esc. It would be nice to provide a configurable way to set it in...