From 62742b2ffe7a433988759c67b5c5a22eff74a14b Mon Sep 17 00:00:00 2001 From: rhysd Date: Mon, 20 May 2024 19:34:26 +0900 Subject: [PATCH] update installation section to refer Vim's official package document --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e83101d..4a48322 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,9 @@ If you don't want to use default mappings, set `g:conflict_marker_enable_mapping ## Installation -Please copy below files to corresponding directories in your "~/.vim" directory. +Please follow the instruction in `:help add-package`. -- plugin/conflict_marker.vim -- autoload/conflict_marker.vim -- autoload/conflict_marker/detect.vim -- autoload/unite/sources/conflict.vim (if you use unite.vim) -- doc/conflict-marker.txt - -Please do `:helptags ~/.vim/doc` to generate help tags. - -If you use a plugin manager, please follow its instruction and documentation to install. +If you use some plugin manager, please follow its instruction and documentation to install. For example, you can install this plugin with [neobundle.vim](https://github.com/Shougo/neobundle.vim). ```vim