-
Hello @fox0430,
I follow this project religiously, because I want to use a Nim-focused vim-like editor that is written in Nim, and hopefully can be extended with Nim.
I made a cheatsheet for mys…
-
Although iVim now provides a plugins manager for better installing and managing plugins, some plugins may still not work well in iVim due to this or that limitations as described in `:h ios-plugins-ma…
-
When I open Go file, an error occurs:
```
Error detected while processing function 12[32]..12_callback:
line 21:
Vim(call):E117: Unknown function: chdir
```
As the error says, my NeoVim se…
-
Creating this to track all the incompatibilities across vim and neovim lua compatibility based on the comment by @tjdevries at https://github.com/neovim/neovim/pull/12507#issuecomment-647891334.
Th…
-
### Description
I have been trying to use asyncomplete.nvim to do the autocompletion. I have been playing with their template code, but it doesn't work. I wonder how could I make it work
```vim
…
-
### Expected behavior.
launching vim should not hang.
### The reproduce ways from Vim starting.
Launching vim shows
```
Updating plugins (0/1)
[ …
hemna updated
5 months ago
-
Just like the way [asyncomplete](https://github.com/prabirshrestha/asyncomplete.vim) do, or give users an option to configure, because there are two reasons:
- Sometimes I just don't want the `/` aft…
-
### What did you do? (required: The issue will be **closed** when not provided)
steps:
- Create a go module project
- cd ${GOPATH}/src
- mkdir test
- cd test
- go mod init test
- cr…
-
I used pyright LSP for the first time the other night, then soon after put it on another machine. I used my base conda Python environment, which had other things installed in it, so there were constra…
lmmx updated
11 months ago
-
As said in the title omnisharp is unable to get custom types that work fine in rider
```
" Set this to 1 to use ultisnips for snippet handling
let s:using_snippets = 0
" vim-plug: {{{
call plug…