https://github.com/klpanagi/vim
My vim setup and configuration.
https://github.com/klpanagi/vim
vim vim-configs
Last synced: 9 months ago
JSON representation
My vim setup and configuration.
- Host: GitHub
- URL: https://github.com/klpanagi/vim
- Owner: klpanagi
- Created: 2015-11-24T12:05:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T17:16:45.000Z (almost 2 years ago)
- Last Synced: 2025-04-15T01:19:09.120Z (9 months ago)
- Topics: vim, vim-configs
- Language: Vim Script
- Size: 2.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I :heart: Vim! :metal:
------------------------------
# Install
## Ubuntu
First install neovim and relevant dependencies
```bash
sudo apt install build-essential manpages-dev
sudo add-apt-repository ppa:neovim-ppa/stable -y
sudo apt update
sudo apt install neovim python3-neovim
```
Then run the `setup.sh` script.
```bash
./setup.sh
```
Open NVim from the terminal and install the Plugins:
```bash
nvim
:PlugInstall
```
## Manjaro
TODO!
# List of plugins
- TODO