aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2736dae
--- /dev/null
+++ b/README.md
@@ -0,0 +1,29 @@
+# fugitive-bitbucketserver
+
+## Installation
+
+Via Plugin Manager
+#### Vundle
+```viml
+ Plugin 'borissov/fugitive-gitea'
+```
+#### VIM Plug
+```viml
+ Plug 'borissov/fugitive-gitea'
+```
+### Manual Installation
+```bash
+cd ~/.vim/bundle
+git clone git://github.com/borissov/fugitive-gitea
+```
+
+## Settings
+In your vimrc file add options to set your bitbucket server urls.
+
+```viml
+let g:fugitive_gitea_domains = ['http://yoururl.com']
+```
+
+
+### Originaly from
+tommcdo/vim-fubitive