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
- Host: GitHub
- URL: https://github.com/j1n6/dotfiles
- Owner: j1n6
- Created: 2017-05-01T16:59:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T15:44:32.000Z (almost 8 years ago)
- Last Synced: 2025-01-31T23:24:19.817Z (4 months ago)
- Topics: configuration, dotfile, neovim, terminal, text-editor, tmux, vim
- Language: Vim script
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.