commit a3c1d4b4d167c1919e1b8c2903b3302441429834
parent 996e2429f7048d74ea9d2902ec9c1429cb360728
Author: Ed van Bruggen <edvb54@gmail.com>
Date: Tue, 28 Jun 2016 09:12:39 -0700
Update README
Diffstat:
2 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
@@ -34,7 +34,7 @@ install it. After the installation process, type the following command
into a terminal, assuming you have `git` installed:
cd ~/.vim/bundle
- git clone https://github.com/edvb54/catium.vim
+ git clone https://gitlab.com/edvb/catium.vim
### 3. Vundle, by gmarik
@@ -42,7 +42,7 @@ To use [Vundle](https://github.com/gmarik/Vundle.vim) you first have to
install it by following the instructions on the repository. After the
installation process, insert the following into your `.vimrc` file:
- Plugin 'edvb54/catium.vim'
+ Plugin 'edvb/catium.vim'
And then type this while inside Vim:
@@ -55,7 +55,7 @@ To use [NeoBundle](https://github.com/Shougo/neobundle.vim) you first have to
install it by following the instructions on the repository. After the
installation process, insert the following into your `.vimrc` file:
- NeoBundle 'edvb54/catium.vim'
+ NeoBundle 'edvb/catium.vim'
And then type this while inside Vim:
@@ -135,10 +135,6 @@ then you are not loading Unicode correctly (should be fine in Vim).
Written by ED van Bruggen.
-## See Also
-
-View source code at: <https://gitlab.com/edvb/catium.vim>
-
## Licence
GPL v3 License
diff --git a/plugin/catium.vim b/plugin/catium.vim
@@ -1,6 +1,7 @@
" catium.vim - Add an Element of Nyan Cat to Vim
-" Author: ED
+" Author: Ed van Bruggen
" Version: 1.0
+" License: Vim License. See :help license
scriptencoding utf-8