Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cilindrox/nvim
NeoVim config settings
https://github.com/cilindrox/nvim
dotfiles neovim nvim vim vimfiles vimrc
Last synced: about 1 month ago
JSON representation
NeoVim config settings
- Host: GitHub
- URL: https://github.com/cilindrox/nvim
- Owner: cilindrox
- License: mit
- Created: 2016-03-29T17:27:24.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T19:02:02.000Z (4 months ago)
- Last Synced: 2024-09-13T08:44:25.439Z (4 months ago)
- Topics: dotfiles, neovim, nvim, vim, vimfiles, vimrc
- Language: Vim Snippet
- Homepage:
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nvim
Just my [NeoVim](https://neovim.io) config settings.
## Installation
The following installs these settings on your system:
```bash
git clone git://github.com/cilindrox/nvim.git \
~/.config/nvim# Install minpac
git clone https://github.com/k-takata/minpac.git \
~/.config/nvim/pack/minpac/opt/minpac# Start vim and call the plugin manager on your first run
nvim +PackUpdate +qall
```