- install gvim
- copy
.vimrc
to${YOUR_VIM_DIR}/.vimrc
- install vim-plug
- install rg
- install
fonts
- install omnisharp-roslyn
- Windows install: extract package in
c:\bin\omnisharp.win-x64\
- install nvim
- install neovide
- run it first
- copy
init.lua
toc:\Users\${YOUR_NAME}\AppData\Local\nvim\init.lua
- copy
config.toml
toc:\Users\${YOUR_NAME}\AppData\Roaming\neovide\config.toml
- install lazy.nvim
- install rg
- install
fonts
- compile
nvim-treesitter
parsers - For Windows user, just read MSVC session
- Install Visual Studio Build Tools
- Open
x64 Native Tools Command Prompt
- Open
neovide
- Wait until the compile finish
- install nvim
sudo cp -r nvim-linux64/bin/ /usr/
sudo cp -r nvim-linux64/lib/ /usr/
sudo cp -r nvim-linux64/share/ /usr/
- install neovide
sudo cp neovide-linux-x86_64/neovide /usr/bin/
- update ubuntu desktop
1.
sudo desktop-file-install neovide.desktop
1.sudo update-desktop-database
- cp
init.lua
to~/.config/nvim
- cp
config.toml
to~/.config/neovide
- install lazy.nvim
- install rg
- install
fonts
- compile
nvim-treesitter
parsers
- rust-analyzer
- Windows install: extract package in
c:\bin\
- add
c:\bin\
to Environment Path - Mac install: extract package in
/usr/local/bin/
chmod +x /usr/local/bin/rust-analyzer
- Windows install: extract package in