An open API service indexing awesome lists of open source software.

https://github.com/j1n6/dotfiles


https://github.com/j1n6/dotfiles

configuration dotfile neovim terminal text-editor tmux vim

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# vim-config

This is a personal vim + tmux configuration repository for NeoVim

#### Dependencies

- NeoVim
- Python and NeoVim module: `pip install neovim`
- vim-plug: https://github.com/junegunn/vim-plug

#### Installation

```bash
# Clone repository
git clone [email protected]:activars/vim-config.git ~/.dotfiles

# Symbolic linking configuration
./install.sh
```

#### Install Plugin

Under normal mode enter `:PlugInstall` to install plugins.