Language server and vim plugin for xilinx:
Support:
- document hover
- completion
Install vivado
, vitis
and neovim
, then run scripts/update.sh
.
You can use branch release to avoid downloading unnecessary files for vim plugin. Such as for dein.vim:
call dein#add('Freed-Wu/xilinx-language-server', {
\ 'rev': 'release',
\ })