-
Notifications
You must be signed in to change notification settings - Fork 1
/
nvimrc.txt
70 lines (51 loc) · 3.25 KB
/
nvimrc.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
*nvimrc.txt* Neovim configuration as a self-bootstrapping plugin.
*nvimrc* 0.0.0
_ ~
_ ____ _(_)_ __ ___ _ __ ___ ~
| '_ \ \ / / | '_ ` _ \| '__/ __|~
| | | \ V /| | | | | | | | | (__ ~
|_| |_|\_/ |_|_| |_| |_|_| \___|~
~
==============================================================================
CONTENTS *nvimrc-contents*
1.Intro....................................|nvimrc-intro|
1.1.Structure..........................|nvimrc-structure|
i.About....................................|nvimrc-about|
ii.License.................................|nvimrc-license|
iii.Warranty...............................|nvimrc-warranty|
==============================================================================
1. Intro *nvimrc-intro*
This configuration system works as a meta-plugin:
all desired Neovim plugins are loaded from *plugins.vim* using vim-plug,
and any GUI specific options are set in `gui.vim`.
Overall configuration then follows a normal plugin structure.
This document concerns the details of this specific Neovim environment.
For installation instructions and development information, see
https://github.com/makenew/nvimrc
------------------------------------------------------------------------------
1.1 Structure *nvimrc-structure*
All plugins are loaded in `plugins.vim` using vim-plug.
Some plugin settings must be set at plugin initialization.
Those settings are located at the bottom of `plugins.vim`.
==============================================================================
i. About *nvimrc-about*
This plugin is authored by Evan Sosenko.
Find the source and latest version at
https://github.com/makenew/nvimrc
==============================================================================
ii. License *nvimrc-license*
This Neovim configuration is licensed under the MIT license.
https://github.com/rxrc/nvimrc/blob/master/LICENSE.txt.
==============================================================================
iii. Warranty *nvimrc-warranty*
This software is provided by the copyright holders and contributors "as is" and
any express or implied warranties, including, but not limited to, the implied
warranties of merchantability and fitness for a particular purpose are
disclaimed. In no event shall the copyright holder or contributors be liable for
any direct, indirect, incidental, special, exemplary, or consequential damages
(including, but not limited to, procurement of substitute goods or services;
loss of use, data, or profits; or business interruption) however caused and on
any theory of liability, whether in contract, strict liability, or tort
(including negligence or otherwise) arising in any way out of the use of this
software, even if advised of the possibility of such damage.
vim:tw=78:sw=4:ft=help:norl: