From b17fb5d2c6f9cb0bd7f4e00b79dbe46a23bd161e Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Tue, 25 Nov 2025 00:56:12 -0500 Subject: [PATCH] fix doc2/index.html It was still in jekyll format and it was confusing the gh-pages build in https://github.com/neovim/doc --- content/404.html | 5 +- {static => content}/doc2/index.html | 6 +- content/posts/2014-06-06-june-newsletter.md | 1 - index.html | 256 -------------------- 4 files changed, 4 insertions(+), 264 deletions(-) rename {static => content}/doc2/index.html (96%) delete mode 100644 index.html diff --git a/content/404.html b/content/404.html index 5f114d8..1a6d82f 100644 --- a/content/404.html +++ b/content/404.html @@ -4,8 +4,7 @@ canonical_url: /404.html permalink: /404.html --- -active: 404 ---- +
@@ -78,4 +77,4 @@

Page Not Found

padding: 0.75rem 1rem !important; } } - \ No newline at end of file + diff --git a/static/doc2/index.html b/content/doc2/index.html similarity index 96% rename from static/doc2/index.html rename to content/doc2/index.html index 6a7e4ba..4a12952 100644 --- a/static/doc2/index.html +++ b/content/doc2/index.html @@ -1,11 +1,9 @@ --- -layout: default title: Documentation -canonical_url: /doc/ +active: Documentation +type: default --- -{% include nav.html active='Documentation' %} -

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' %} - -
-

hyperextensible Vim-based text editor

-

- Install Now - Get Plugins -

-
- -
-
-
-

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. -
  • -
- -
-
-

Sponsors

- - -
-

News

- {% comment %}
{% endcomment %} - - {% assign posts_to_show = 2 %} - {% for post in site.posts limit:posts_to_show %} - - - - - {% comment %}
{% endcomment %} - {% endfor %} -
{{ post.title }}   {{ post.date | date:"%Y.%m" }}
- {% 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 -

-
-
-
-
- -
-
-
-

Intro

-
- -
-
- -
-

Chat

- -
- -
-
- -
-
-
-

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)
- -
- -
- - - -

- View at - Blockchain.com. -

-
- -
-
Marketing
- -
-
-
-