-
Don't sure if the question is appropriate here, but may be you will be able to answer it immediately:
In your dotfiles you have `dotfilnves.plugin.auto-pairs` where you use `nvim.g.AutoPairs` like …
-
As noted in another issue, global eslint will not run the eslint version installed in a project. The recommended way to run the correct version is via npm, like `npm run lint`, after creating a lint s…
acthp updated
2 years ago
-
showing this error
lualine: There are some issues with your config. Run :LualineNotices for details
LualineNotices doesnt show anything
my nvim version is
```
NVIM v0.6.1
Build type: Rele…
-
there is no scala completion for vim yet, it would be a great improvement for vim if there was a scala completion plugin.
I'm not familiar with vim-scripts, but I think javavi can be a common backend …
-
Hi, Neovim has tree-sitter syntax tree based highlighting as an alternative to regex based highlighting. Enabling it disables the regex based highlighting. You can enable both, but that results in cla…
-
### Problem description
The typescript-language-server doesn't start when opening a simple javascript file.
```:LspInfo```
![image](https://user-images.githubusercontent.com/64891486/162630275…
-
### Issue description
https://github.com/nix-community/home-manager/commit/8e0c1c55fbb7f16f9fd313275ddf63c97b34394c, specifically
```
xdg.configFile."nvim/init.vim".text = neovimConfig.neovim…
-
### Problem description
It seems any server I install (so far I've tried psalm, intelephense, and phpactor) do not end up working. When viewing `:LspInfo` each server is unable to find the executable…
-
- `nvim --version`: NVIM v0.7.0-dev+890-g574a58220
- Operating system/version: Manjaro
- Terminal name/version: alacritty 0.9.0 (fed349aa)
**Describe the bug**
When using `vimls` in Neovim, if…
-
VimL has optional function arguments, but the current grammar doesn't seem to support it.
See `:h optional-function-argument` for details.
tl;dr:
```viml
function Something(key, value = 10…