Skip to content

jwu/vim-settings

Repository files navigation

Install

vim + gvim

  1. install gvim
  2. copy .vimrc to ${YOUR_VIM_DIR}/.vimrc
  3. install vim-plug
  4. install rg
  5. install fonts
  6. install omnisharp-roslyn
  • Windows install: extract package in c:\bin\omnisharp.win-x64\

nvim + neovide (Windows)

  1. install nvim
  2. install neovide
  3. run it first
  4. copy init.lua to c:\Users\${YOUR_NAME}\AppData\Local\nvim\init.lua
  5. copy config.toml to c:\Users\${YOUR_NAME}\AppData\Roaming\neovide\config.toml
  6. install lazy.nvim
  7. install rg
  8. install fonts
  9. compile nvim-treesitter parsers
  10. For Windows user, just read MSVC session
  11. Install Visual Studio Build Tools
  12. Open x64 Native Tools Command Prompt
  13. Open neovide
  14. Type :TSUpdate
  15. Wait until the compile finish

nvim + neovide (Linux)

  1. install nvim
  2. sudo cp -r nvim-linux64/bin/ /usr/
  3. sudo cp -r nvim-linux64/lib/ /usr/
  4. sudo cp -r nvim-linux64/share/ /usr/
  5. install neovide
  6. sudo cp neovide-linux-x86_64/neovide /usr/bin/
  7. update ubuntu desktop 1. sudo desktop-file-install neovide.desktop 1. sudo update-desktop-database
  8. cp init.lua to ~/.config/nvim
  9. cp config.toml to ~/.config/neovide
  10. install lazy.nvim
  11. install rg
  12. install fonts
  13. compile nvim-treesitter parsers

refs

rust-analyzer

  • 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

Fonts

About

My .vimrc settings

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published