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 1 year 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T20:47:34.000Z (over 3 years ago)
- Last Synced: 2025-04-02T23:22:39.290Z (about 1 year ago)
- Topics: neovim-dotfiles, vim
- Language: Vim Script
- Homepage:
- Size: 1.78 MB
- Stars: 5
- Watchers: 1
- 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
```