mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-05 18:34:03 +02:00
Add information about neovim integration
This commit is contained in:
parent
26aa753d9e
commit
30ddb4071f
@ -83,6 +83,12 @@ favorite poem, or use Vladimir Nabokov’s “A Discovery" if you don't have one
|
||||
|
||||
3. Don't forget to test your functionality with line start, line end, file start, file end, empty line, multiple
|
||||
carets, dollar motion, etc.
|
||||
|
||||
##### Neovim
|
||||
IdeaVim has an experimental integration with neovim in tests. Tests that are performed with `doTest` also executed in
|
||||
neovim instance, and the state of IdeaVim is asserted to be the same as the state of neovim.
|
||||
- Only tests that use `doTest` are checked with neovim.
|
||||
- Tests with `@VimBehaviorDiffers` or `@TestWithoutNeovim` annotations don't use neovim.
|
||||
|
||||
|
||||
## A common direction
|
||||
|
Loading…
Reference in New Issue
Block a user