mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-12 21:13:48 -05:00
Update installation instructions
This commit is contained in:
@@ -15,12 +15,13 @@ set of defaults that (hopefully) everyone can agree on.
|
||||
|
||||
## Installation
|
||||
|
||||
If you don't have a preferred installation method, I recommend
|
||||
installing [pathogen.vim](https://github.com/tpope/vim-pathogen), and
|
||||
then simply copy and paste:
|
||||
Install using your favorite package manager, or use Vim's built-in package
|
||||
support:
|
||||
|
||||
cd ~/.vim/bundle
|
||||
git clone git://github.com/tpope/vim-sensible.git
|
||||
mkdir -p ~/.vim/pack/tpope/start
|
||||
cd ~/.vim/pack/tpope/start
|
||||
git clone https://tpope.io/vim/sensible.git
|
||||
vim -u NONE -c "helptags sensible/doc" -c q
|
||||
|
||||
## Features
|
||||
|
||||
|
||||
Reference in New Issue
Block a user