From 3f7d20b80c4d397e709582e3ccaaf6d3bab7bfc4 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 18 Dec 2018 16:39:47 -0800 Subject: [PATCH] Updated readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 759ebf0..1497fb9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -This is a vim plugin for the [Nomsu programming language](https://bitbucket.org/squidarms/nomsu/src). -This plugin works with [Pathogen](https://github.com/tpope/vim-pathogen). Once Pathogen is set up, -put the contents of this repo in ~/.vim/bundle/vim-nomsu/ and it will recognize .nom files -as Nomsu code and highlight/indent them. +This is a vim syntax plugin for the [Nomsu programming language](https://nomsu.org). +I recommend using [vim-plug](https://github.com/junegunn/vim-plug) to install it: + +``` +Plug 'https://bitbucket.org/spilt/vim-nomsu' +```