Documentation
diff --git a/content/posts/2014-06-06-june-newsletter.md b/content/posts/2014-06-06-june-newsletter.md
index 5935116..768e4bf 100644
--- a/content/posts/2014-06-06-june-newsletter.md
+++ b/content/posts/2014-06-06-june-newsletter.md
@@ -1,5 +1,4 @@
---
-layout: newsletter
title: "Newsletter #1 - A New Hope"
category: newsletter
permalink: /news/2014/june/
diff --git a/index.html b/index.html
deleted file mode 100644
index cab7168..0000000
--- a/index.html
+++ /dev/null
@@ -1,256 +0,0 @@
----
-layout: default
-title: Home
-redirect_from:
- - /development-wiki/
----
-
-{% include nav.html active='Home' %}
-
-
-
-
-
-
-
Features
-
-
Extensible
-
- -
- API is first-class:
- discoverable,
- versioned,
- documented.
-
- -
- MessagePack structured communication
- enables extensions in any language.
-
- -
- Remote plugins run as co-processes, safely and asynchronously.
-
- -
- GUIs, IDEs, web browsers can
--embed Neovim as an editor or script host.
-
- -
- Lua plugins are easy to create just like Vimscript plugins.
- Your config can live in
init.lua!
-
- -
- AST-producing parsing engine
- enables faster, more accurate syntax highlighting, code navigation,
- refactoring, text objects, and motions.
-
-
-
-
Usable
-
- - Strong defaults including a unique, minimalist colorscheme.
- -
- Builtin LSP client for
- semantic code inspection and refactoring (go-to definition, "find references", format, …).
-
- -
- Client-server architecture allows you to detach the UI and keep the editor session running (like tmux). Attach multiple UIs to any Nvim session.
-
- - No "Press ENTER" messages.
- - Works the same everywhere: one build-type, one command.
- - Modern terminal features such as cursor styling, focus events, bracketed paste.
- - Builtin :terminal set the standard for "TTY as a basic component".
-
-
-
Drop-in Vim
-
- -
- Fully compatible with Vim's editing model and Vimscript v1.
-
- -
- Start with
-
:help nvim-from-vim
- if you already use Vim. If not, try :Tutor.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
News
- {% comment %}
{% endcomment %}
-
- {% assign posts_to_show = 2 %}
- {% for post in site.posts limit:posts_to_show %}
-
- | {{ post.title }} |
- {{ post.date | date:"%Y.%m" }} |
-
- {% comment %} {% endcomment %}
- {% endfor %}
-
- {% comment %}
{% endcomment %}
-
More…
-
-
Impressions
-
- "Neovim is exactly what it claims to be. It fixes every issue I have with Vim."
- —Geoff Greer
-
-
- "Full-screen Neovim looks cool as hell!"
- —DHH
-
-
- "A nice looking website, that’s one thing Neovim did right."
- —Bram Moolenaar
-
-
-
-
-
-
-
-
-
-
-
-
FAQ
-
- - What is the project status?
- -
- The current stable release
- version is
0.11 (RSS).
- See the roadmap for progress and plans.
-
-
- - Is Neovim trying to turn Vim into an IDE?
- - With 30% less source-code than Vim, the vision
- of Neovim is to enable new applications without compromising Vim's
- traditional roles.
-
- - Will Neovim deprecate Vimscript?
- -
- No. Lua is built-in, but Vimscript is supported with the
- world's most advanced Vimscript engine.
-
-
- - Which plugins does Neovim support?
- - Vim 8.x plugins and much more.
-
-
-
-
GUIs
- Neovim UIs are "inverted plugins". Here are some popular ones:
-
-
-
-
-
-
-
-
-
-
-
Sponsor (100% to developers)
-
-
-
-
-
-
-
-
-