vim.enableNeovim doesn't work
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
`"vim.enableNeovim" : true,
"vim.neovimPath" : "/opt/homebrew/bin/nvim",
"vim.neovimUseConfigFile": true,
"vim.neovimConfigPath": "/Users/ch/.config/nvim/init.vim",`
I have set the above commands and want to use the flash.nvim plugin that comes with LazyVim. In Neovim, pressing s works correctly for searching and jumping, but in VSCode, the s shortcut does not work. What could be the issue?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the behavior with the listed vim.enableNeovim, vim.neovimPath, vim.neovimUseConfigFile, and vim.neovimConfigPath settings, comparing Neovim with VS Code Vim while using LazyVim's flash.nvim. Done means identifying whether Neovim startup, the config file, or VS Code keybinding handling prevents the s shortcut from working, and documenting the confirmed cause.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vim
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100