Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpremy/dot-vim
Personal vim configuration files managed by dotfiler.
https://github.com/dpremy/dot-vim
bsd dot-files linux neovim neovim-configuration unix vi vim vim-configuration
Last synced: 23 days ago
JSON representation
Personal vim configuration files managed by dotfiler.
- Host: GitHub
- URL: https://github.com/dpremy/dot-vim
- Owner: dpremy
- License: other
- Created: 2018-11-23T18:01:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T00:04:56.000Z (8 months ago)
- Last Synced: 2024-10-04T21:15:24.693Z (about 1 month ago)
- Topics: bsd, dot-files, linux, neovim, neovim-configuration, unix, vi, vim, vim-configuration
- Language: Vim Script
- Homepage:
- Size: 698 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dpremy vi, vim, and neovim config file
## Purpose
This repository contains the dotfiles and configs I use with vi, vim, and neovim. It is designed to work with [GNU stow](https://www.gnu.org/software/stow/), but can easily be used without it.
## Installation
### Linux
```shell
# if you don't already have GNU stow, install stow for your OS# clone this repo in to a .files directory
git clone -q https://gitlab.com/dpremy/dot-vim.git ~/.files/dot-vim# use stow to symlink this 'package' in to your home directory
stow -d ~/.files/ -t ~/ -S dot-vim
```### Windows
- Copy `.vimrc` and `.gvimrc` to `%userprofile%`
- Copy `.config/nvim/init.vim` and `.config/nvim/ginit.vim` to `%localappdata%\nvim\`
- If you have git available on the system, run `git clone https://github.com/gmarik/Vundle.vim.git %userprofile%\.vim\bundle\Vundle.vim`
- In both vim and nvim, run `:PluginInstall`## Usage
See [vim_cheatsheet.pdf](./cheatsheets/vim_cheatsheet.pdf) for some of the most common key bindings. [.vimrc](.vimrc) also has comments and may be worth reviewing.