{"id":18358732,"url":"https://github.com/renatoutsch/dotnvim","last_synced_at":"2026-05-02T02:38:22.856Z","repository":{"id":150478313,"uuid":"51656522","full_name":"RenatoUtsch/dotnvim","owner":"RenatoUtsch","description":"A fast, customizable neovim distribution","archived":false,"fork":false,"pushed_at":"2017-05-31T00:23:04.000Z","size":31,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T18:36:34.840Z","etag":null,"topics":["dotfile","neovim","vim"],"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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RenatoUtsch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2016-02-13T17:25:02.000Z","updated_at":"2017-09-20T20:44:17.000Z","dependencies_parsed_at":"2023-04-17T14:00:01.064Z","dependency_job_id":null,"html_url":"https://github.com/RenatoUtsch/dotnvim","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/RenatoUtsch%2Fdotnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenatoUtsch%2Fdotnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenatoUtsch%2Fdotnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenatoUtsch%2Fdotnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RenatoUtsch","download_url":"https://codeload.github.com/RenatoUtsch/dotnvim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248148217,"owners_count":21055547,"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":["dotfile","neovim","vim"],"created_at":"2024-11-05T22:19:17.599Z","updated_at":"2026-05-02T02:38:22.805Z","avatar_url":"https://github.com/RenatoUtsch.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deprecated\n\nThis repository has been deprecated in favor of [RenatoUtsch/dotfiles](https://github.com/RenatoUtsch/dotfiles). I strongly encourage you to take a look at it, as it integrates vim with other terminal tools.\n\n# RenatoUtsch's dotnvim\nThis is a distribution built for both vim8 and neovim, with extensibility and performance in mind. It is largely based on [spf13-vim](https://github.com/spf13/spf13-vim) and [bling.vim](https://github.com/bling/dotvim).\n\n## Installation\nBefore installation, ensure that you have either vim8 or neovim installed and updated to the latest version.\n\n1. Clone this repository to `~/.config/dotnvim` folder by running:\n```\ngit clone --recursive https://github.com/RenatoUtsch/dotnvim ~/.config/dotnvim\n```\n2. Make the following symlinks to make both Vim and Neovim use dotnvim:\n```\nmkdir -p ~/.local/share/nvim/site/autoload\nmkdir -p ~/.vim/autoload\nmkdir -p ~/.config/nvim\nln -sf ~/.config/dotnvim/vim-plug/plug.vim ~/.local/share/nvim/site/autoload/plug.vim\nln -sf ~/.config/dotnvim/vim-plug/plug.vim ~/.vim/autoload/plug.vim\nln -sf ~/.config/dotnvim/init.vim ~/.config/nvim/init.vim\nln -sf ~/.config/dotnvim/init.vim ~/.vimrc\n```\n3. Startup neovim, run `:PlugUpgrade` and then `:PlugInstall`\n4. Install the patched font (\"The status line is showing weird symbols\" section below)\n5. If use any of the languages below, install the command-line versions of the following dependencies:\n    * Bazel: [buildifier](https://github.com/bazelbuild/buildtools)\n    * C, C++, Protobuf: [clang-format](https://clang.llvm.org/docs/ClangFormat.html)\n    * Javascript: [clang-format](https://clang.llvm.org/docs/ClangFormat.html), [eslint](http://eslint.org/)\n    * Dart: [dartfmt](https://github.com/dart-lang/dart_style)\n    * Go: [gofmt](https://golang.org/cmd/gofmt/)\n    * Gn: [gn](https://www.chromium.org/developers/how-tos/get-the-code)\n    * HTML, CSS, JSON: [js-beautify](https://github.com/beautify-web/js-beautify)\n    * Java: [google-java-format](https://github.com/google/google-java-format)\n    * Python: [yapf](https://github.com/google/yapf), [pyflakes](https://pypi.python.org/pypi/pyflakes)\n6. Done!\n\n## Troubleshooting\n### The colors are messed up\nYour terminal needs to support TrueColor and have it enabled for the themes used to work. Unfortunately the instructions are terminal-specific, so you'll have to search on your own.\n\nFor tmux though, you can do this (assuming your terminal emulator already has TrueColor support enabled):\n\n1. Have tmux 2.3+ installed.\n2. Add the following code to `~/.tmux.conf`:\n```\nset-option -ga terminal-overrides \",xterm-256color:Tc\"\n```\n3. Add the following alias to your `~/.bashrc` or `~/.zshrc`:\n```\nalias tmux=\"env TERM=xterm-256color tmux\" # TrueColor on tmux\n```\n\n### The status line is showing weird symbols\nThis is because [vim-airline](https://github.com/vim-airline/vim-airline) needs special patched fonts \"for Powerline\" to display properly. These fonts were installed in your system with the distribution, and you need to change the terminal's font to one of them. The available fonts are listed [here](https://github.com/powerline/fonts). I, particularly, use DejaVu Sans Mono Book for Powerline 11 pt.\n\nThe Adobe Source Code Pro font seems to already support `vim-airline` by default.\n\n## Updating\n1. Enter `~/.config/dotnvim` and run `git pull`\n2. Open vim/neovim and run `:PlugUpgrade`, then `:PlugInstall!` and then `:PlugClean!`\n\n## Customization\nYou can store your custom settings and changes in the following files so that you don't have conflicts when updating dotnvim:\n\n1. `init.before.vim`: executed before most code of the init.vim file\n2. `plugs.before.vim`: add plugs before the default list of plugs.\n3. `plugs.after.vim`: add plugs after the default list of plugs.\n4. `plugs.config.before.vim`: configure plugs before the default configuration.\n5. `plugs.config.after.vim`: configure plugs after the default configuration.\n6. `init.after.vim`: executed after all the init.vim code\n\nThe `init.before.vim` file must be in the `~/.config/dotnvim` folder, while the other files will be in the `config_dir`, by default being  `~/.config/dotnvim`.\n\n## Adding other plugs\nTo add other plugs to your configuration, you'll probably want to use the `plugs.after.vim` file to specify your plugs and the `plugs.config.after.vim` file to configure them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenatoutsch%2Fdotnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenatoutsch%2Fdotnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenatoutsch%2Fdotnvim/lists"}