Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/likipiki/vim
This is my vimrc config file! Install Vim-Plug first and clone my repo.
https://github.com/likipiki/vim
neovim-dotfiles vim
Last synced: about 16 hours ago
JSON representation
This is my vimrc config file! Install Vim-Plug first and clone my repo.
- Host: GitHub
- URL: https://github.com/likipiki/vim
- Owner: LikiPiki
- Created: 2015-11-06T09:35:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T20:47:34.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T20:14:45.948Z (over 1 year ago)
- Topics: neovim-dotfiles, vim
- Language: Vim Script
- Homepage:
- Size: 1.78 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vim config by Likipiki
This is my Vim/Neovim configuration with lsp support and snippets by Ultisnips
# Neovim config installation
```bash
git clone https://github.com/LikiPiki/Vim ~/.config/nvim
```# Installing script
```bash
curl -L https://raw.githubusercontent.com/LikiPiki/Vim/master/install.sh | bash
```