- PHP
- HTML
- CSS
- JS (Vue)
- C#
- GO
With coc.nvim plugin you can customize this configuration for any supported language.
Just change or add extensions suited for you: let g:coc_global_extensions = [...]
- vim >= 8.0
- nodejs >= 12 (coc.nvim https://github.com/neoclide/coc.nvim/wiki/Install-coc.nvim#requirements)
- vim-plug (https://github.com/junegunn/vim-plug)
- ripgrep
- php-cs-fixer (set path in line 83: let g:php_cs_fixer_path = "~/php-cs-fixer-v2.phar")
- Clone repo
- Symlink .config/coc/ultisnips and .vimrc
- Install plugins:
vim +PlugInstall +qall - Done
If you have any questions feel free to ask. If I missed something from requirements hit me too :)