-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Neovim integration
Jason Fields edited this page May 23, 2025
·
2 revisions
⚠️ This feature is half-baked and likely to be removed at some point. Consider usingvscode-neovim
instead.
To leverage neovim for Ex-commands,
- Install neovim
- Modify the following configurations:
Setting | Description | Type | Default Value |
---|---|---|---|
vim.enableNeovim |
Enable Neovim | Boolean | false |
vim.neovimPath |
Full path to neovim executable. If left empty, PATH environment variable will be automatically checked for neovim path. | String | |
vim.neovimUseConfigFile |
If true , Neovim will load a config file specified by vim.neovimConfigPath . This is necessary if you want Neovim to be able to use its own plugins. |
Boolean | false |
vim.neovimConfigPath |
Path that Neovim will load as config file. If left blank, Neovim will search in its default location. | String |