This commit is contained in:
Justin M. Keyes
2016-10-16 03:54:22 +02:00
parent 97caabc49a
commit 6fc122e600
4 changed files with 26 additions and 6 deletions

View File

@@ -76,6 +76,15 @@ Python plugins |provider-python|
Clipboard integration |provider-clipboard|
USER EXPERIENCE ~
A major goal of Nvim is to work intuitively and consistently. For example,
Nvim does not have `-X`, a platform-specific option available in some Vim
builds (with potential surprises: http://stackoverflow.com/q/14635295). Nvim
avoids features that cannot be provided on all platforms--instead that is
delegated to external plugins/extensions.
OTHER FEATURES ~
|bracketed-paste-mode| is built-in and enabled by default.