Skip to content

puffo/vim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Vim Config - inspired by @jcqvisser

Intended to work across Vim and NeoVim.

  • Makes use of Plug to manage plugins. Plug should be installed on startup if you don't have it installed.
  • Uses FZF and The Silver Searcher for finding stuff.
    • With some configuration appropriated from zenbro

Installation

Vim

  • Clone this repo somewhere and make a symlink from ~/.vimrc to init.vim:
git clone https://github.com/puffo/vim-config.git ~/.config/nvim`
ln -sf ~/.config/nvim/init.vim ~/.vimrc
  • Edit g:setup_path in init.vim to point to where the repo was cloned if you didn't put it in ~/.config/nvim

NeoVim

Clone this repo into the nvim config folder:

git clone https://github.com/puffo/vim-config.git ~/.config/nvim`
  • Edit g:setup_path in init.vim to point to where the repo was cloned if you didn't put it in ~/.config/nvim

About

Personal config for Vim and Neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published