Install Denops
mainDenops allows you to write Vim/Neovim plugins in TypeScript/JavaScript using Deno. To install it, follow these steps:
- Install Deno: Ensure Deno is installed on your system. It must be executable from your terminal.
- Configure Deno Path (Optional): If
denois not in your system PATH, specify its absolute path using theg:denops#denovariable in your.vimrcorinit.vim. - Install the plugin: Use your preferred plugin manager to install
vim-denops/denops.vim.
" Optional: Specify absolute path to Deno
let g:denops#deno = '/usr/local/bin/deno'
" Using vim-plug
Plug 'vim-denops/denops.vim'