You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Please note that the vim-notes plug-in requires my vim-misc plug-in which is separately distributed.*
2
4
3
-
Unzip the most recent ZIP archives of the [vim-notes][download-notes] and [vim-misc][download-misc] plug-ins inside your Vim profile directory (usually this is `~/.vim` on UNIX and `%USERPROFILE%\vimfiles` on Windows), restart Vim and execute the command `:helptags ~/.vim/doc` (use `:helptags ~\vimfiles\doc` instead on Windows).
5
+
There are two ways to install the vim-notes plug-in and it's up to you which you prefer, both options are explained below. Please note that below are generic installation instructions while some Vim plug-ins may have external dependencies, please refer to the plug-in's [readme](README.md) for details.
6
+
7
+
## Installation using ZIP archives
8
+
9
+
Unzip the most recent ZIP archives of the [vim-notes](http://peterodding.com/code/vim/downloads/notes.zip) and [vim-misc](http://peterodding.com/code/vim/downloads/misc.zip) plug-ins inside your Vim profile directory (usually this is `~/.vim` on UNIX and `%USERPROFILE%\vimfiles` on Windows), restart Vim and execute the command `:helptags ~/.vim/doc` (use `:helptags ~\vimfiles\doc` instead on Windows).
4
10
5
-
If you prefer you can also use [Pathogen][pathogen], [Vundle][vundle] or a similar tool to install & update the [vim-notes][github-notes]and [vim-misc][github-misc] plug-ins using a local clone of the git repository.
11
+
If you get warnings about overwriting existing files while unpacking the ZIP archives you probably don't need to worry about this because it's most likely caused by files like `README.md`, `INSTALL.md`and `addon-info.json`. If these files bother you then you can remove them after unpacking the ZIP archives, they are not required to use the plug-in.
If you prefer you can also use [Pathogen](http://www.vim.org/scripts/script.php?script_id=2332), [Vundle](https://github.com/gmarik/vundle) or a similar tool to install and update the [vim-notes](https://github.com/xolox/vim-notes) and [vim-misc](https://github.com/xolox/vim-misc) plug-ins using local clones of the git repositories. This takes a bit of work to set up the first time but it makes updating much easier, and it keeps each plug-in in its own directory which helps to keep your Vim profile uncluttered.
Copy file name to clipboardexpand all lines: README.md
+3-11
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,7 @@ Here's a screen shot of the syntax mode (using the [Slate] [slate] color scheme
26
26
27
27
## Install & usage
28
28
29
-
*Please note that the vim-notes plug-in requires my vim-misc plug-in which is separately distributed.*
30
-
31
-
Unzip the most recent ZIP archives of the [vim-notes][download-notes] and [vim-misc][download-misc] plug-ins inside your Vim profile directory (usually this is `~/.vim` on UNIX and `%USERPROFILE%\vimfiles` on Windows), restart Vim and execute the command `:helptags ~/.vim/doc` (use `:helptags ~\vimfiles\doc` instead on Windows). To get started execute `:Note` or `:edit note:`, this will start a new note that contains instructions on how to continue from there (and how to use the plug-in in general).
32
-
33
-
If you prefer you can also use [Pathogen][pathogen], [Vundle][vundle] or a similar tool to install & update the [vim-notes][github-notes] and [vim-misc][github-misc] plug-ins using a local clone of the git repository.
29
+
Please refer to [the installation instructions][install-notes] available on GitHub. Once you've installed the plug-in you can get started by executing `:Note` or `:edit note:`, this will start a new note that contains instructions on how to continue from there (and how to use the plug-in in general).
34
30
35
31
## Options
36
32
@@ -380,23 +376,20 @@ If you have questions, bug reports, suggestions, etc. the author can be contacte
380
376
381
377
## License
382
378
383
-
This software is licensed under the [MIT license][mit].
379
+
This software is licensed under the [MIT license][mit].
0 commit comments