This is personal custom config for neovim Including:
- fzf
- coc
- ...
You may need both at host and WSL
- Install ripgrep (choco install ripgrep)
- Install fzf (choco install fzf)
- Install bat (choco install bat)
Clone the repository to your nvim config directory
C:\Users\<user_name>\AppData\Local\nvim
Run :PlugInstall
- Install ripgrep
- Install fzf
Clone the repository to your nvim config directory:
- Linux:
\home\user.name\.config\nvim - Windows:
C:\Users\user.name\AppData\Local\nvim
Run :PlugInstall
:CocInstall @yaegassy/coc-intelephense
:CocInstall coc-pyright
:CocInstall coc-fsharp
pip install jedi
pip install -U jedi-language-server
(vdebug is not functional so skip it) install vdebug install plugin from python: https://github.com/neovim/pynvim
pip3 install pynvim
require dotnet: https://dotnet.microsoft.com/en-us/download
install autocomplete:
dotnet tool install -g fsautocomplete
https://github.com/BurntSushi/ripgrep#installation https://github.com/junegunn/fzf https://github.com/junegunn/vim-plug https://github.com/ionide/Ionide-vim https://github.com/autozimu/LanguageClient-neovim