{"id":26489595,"url":"https://github.com/jwu/vim-settings","last_synced_at":"2025-03-20T07:42:03.354Z","repository":{"id":79351389,"uuid":"135555835","full_name":"jwu/vim-settings","owner":"jwu","description":"My .vimrc settings","archived":false,"fork":false,"pushed_at":"2024-06-01T02:29:33.000Z","size":9640,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-01T13:56:52.390Z","etag":null,"topics":["vim","vimrc"],"latest_commit_sha":null,"homepage":null,"language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jwu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-31T08:33:50.000Z","updated_at":"2024-06-01T02:29:36.000Z","dependencies_parsed_at":"2023-10-10T18:46:43.495Z","dependency_job_id":"8924400a-9b52-4b42-b0dc-741aa77636bb","html_url":"https://github.com/jwu/vim-settings","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwu%2Fvim-settings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwu%2Fvim-settings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwu%2Fvim-settings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwu%2Fvim-settings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwu","download_url":"https://codeload.github.com/jwu/vim-settings/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244574788,"owners_count":20474818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vim","vimrc"],"created_at":"2025-03-20T07:42:02.762Z","updated_at":"2025-03-20T07:42:03.346Z","avatar_url":"https://github.com/jwu.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install\n\n## vim + gvim\n\n1. install [gvim](https://www.vim.org/download.php)\n1. copy `.vimrc` to `${YOUR_VIM_DIR}/.vimrc`\n1. install [vim-plug](https://github.com/junegunn/vim-plug)\n1. install [rg](https://github.com/BurntSushi/ripgrep)\n1. install `fonts`\n1. install [omnisharp-roslyn](https://github.com/OmniSharp/omnisharp-roslyn)\n  - Windows install: extract package in `c:\\bin\\omnisharp.win-x64\\`\n\n## nvim + neovide (Windows)\n\n1. install [nvim](https://neovim.io/)\n1. install [neovide](https://neovide.dev/)\n  1. run it first\n1. copy `init.lua` to `c:\\Users\\${YOUR_NAME}\\AppData\\Local\\nvim\\init.lua`\n1. copy `config.toml` to `c:\\Users\\${YOUR_NAME}\\AppData\\Roaming\\neovide\\config.toml`\n1. install [lazy.nvim](https://github.com/folke/lazy.nvim)\n1. install [rg](https://github.com/BurntSushi/ripgrep)\n1. install `fonts`\n1. compile `nvim-treesitter` parsers\n  1. For Windows user, just read [MSVC](https://github.com/nvim-treesitter/nvim-treesitter/wiki/Windows-support#msvc) session\n  1. Install [Visual Studio Build Tools](https://visualstudio.microsoft.com/zh-hans/downloads/?q=build+tools+for+visual+studio)\n  1. Open `x64 Native Tools Command Prompt`\n  1. Open `neovide`\n  1. Wait until the compile finish\n\n## nvim + neovide (Linux)\n\n1. install [nvim](https://neovim.io/)\n  1. `sudo cp -r nvim-linux64/bin/ /usr/`\n  1. `sudo cp -r nvim-linux64/lib/ /usr/`\n  1. `sudo cp -r nvim-linux64/share/ /usr/`\n1. install [neovide](https://neovide.dev/)\n  1. `sudo cp neovide-linux-x86_64/neovide /usr/bin/`\n  1. update ubuntu desktop\n    1. `sudo desktop-file-install neovide.desktop`\n    1. `sudo update-desktop-database`\n1. cp `init.lua` to `~/.config/nvim`\n1. cp `config.toml` to `~/.config/neovide`\n1. install [lazy.nvim](https://github.com/folke/lazy.nvim)\n1. install [rg](https://github.com/BurntSushi/ripgrep)\n1. install `fonts`\n1. compile `nvim-treesitter` parsers\n\n## refs\n\n### rust-analyzer\n\n- [rust-analyzer](https://github.com/rust-lang/rust-analyzer/releases)\n  - Windows install: extract package in `c:\\bin\\`\n  - add `c:\\bin\\` to Environment Path\n  - Mac install: extract package in `/usr/local/bin/`\n  - `chmod +x /usr/local/bin/rust-analyzer`\n\n### Fonts\n\n- [nerdfonts](https://www.nerdfonts.com/)\n- [powerline-fonts](https://github.com/powerline/fonts)\n- [top-programming-fonts](https://github.com/hbin/top-programming-fonts)\n- [Microsoft-Yahei-Mono.ttf](https://github.com/whorusq/sublime-text-3/blob/master/fonts/Microsoft-Yahei-Mono.ttf)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwu%2Fvim-settings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwu%2Fvim-settings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwu%2Fvim-settings/lists"}