Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umayr/nvim
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/umayr/nvim
- Owner: umayr
- License: mit
- Created: 2017-07-04T12:35:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T08:57:17.000Z (over 2 years ago)
- Last Synced: 2024-11-07T03:48:25.080Z (about 2 months ago)
- Language: Vim script
- Size: 2.11 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Preview](https://raw.githubusercontent.com/umayr/nvim/master/preview.png)
## `nvim`
> Minimal configuration for neovim.## Installation
```bash
λ brew install neovim
# for deplete
λ brew install python3
λ pip3 install neovim
```
Note: A powerline font would be required to get extra characters used in airline. They could be downloaded from [here](https://github.com/powerline/fonts). Font used in the preview screenshot is Menlo Regular 11pt.## Plugins
All plugins are managed by [`vim-plug`](https://github.com/junegunn/vim-plug)- [`airblade/vim-gitgutter`](https://github.com/airblade/vim-gitgutter)
- [`altercation/vim-colors-solarized`](https://github.com/altercation/vim-colors-solarized)
- [`ctrlpvim/ctrlp.vim`](https://github.com/ctrlpvim/ctrlp.vim)
- [`fatih/vim-go`](https://github.com/fatih/vim-go)
- [`nsf/gocode `](https://github.com/nsf/gocode )
- [`shougo/vimfiler.vim`](https://github.com/shougo/vimfiler.vim)
- [`shougo/unite.vim`](https://github.com/shougo/unite.vim)
- [`shougo/deoplete.nvim `](https://github.com/shougo/deoplete.nvim )
- [`tpope/vim-commentary`](https://github.com/tpope/vim-commentary)
- [`tpope/vim-fugitive`](https://github.com/tpope/vim-fugitive)
- [`tpope/vim-repeat`](https://github.com/tpope/vim-repeat)
- [`tpope/vim-surround`](https://github.com/tpope/vim-surround)
- [`vim-airline/vim-airline`](https://github.com/vim-airline/vim-airline)
- [`vim-airline/vim-airline-themes`](https://github.com/vim-airline/vim-airline-themes)
- [`w0rp/ale`](https://github.com/w0rp/ale)
- [`yegappan/mru`](https://github.com/yegappan/mru)
- [`zchee/deoplete-go`](https://github.com/zchee/deoplete-go)## Mappings
```
// TODO
```