简体   繁体   中英

sublime text actualvim how to add path to neovim?

I want to try out the actualvim plugin for sublime, but I can't figure out how to add the path to neovim. And the page instruction never explained how to.

The readme does not mention the setting name, but the code reveals a neovim_path setting.

In Sublime's menu, go to Preferences -> Package Settings -> ActualVim Settings and set the neovim_path key to the full nvim path:

"neovim_path": "/path/to/nvim"

If you're on Windows, use / slashes (not \\ ), or you will need to escape the slashes, eg:

"neovim_path": "C:\\path\\to\\nvim.exe"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM