Skip to content

jwu/vim-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  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. Wait until the compile finish

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