Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/posts/2023-08-09-bram.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@ means simultaneously it both continues and diverges from Vim. I'm convinced that
rather than destroy it. So although we can't deliver Vim without Bram, we can
continue some essential parts:

- [Maintenance](https://neovim.io/doc/user/develop.html#design-maintain):
- [Maintenance](https://neovim.io/doc/user/dev.html#design-maintain):
Experimentation is good, and the world needs creative destruction and playful
failures. But Neovim does not represent lust for the new ("neomania").
- [Documentation](https://neovim.io/doc/user/develop.html#design-documented):
- [Documentation](https://neovim.io/doc/user/dev.html#design-documented):
the habits of Vim documentation are obvious, this is one of the biggest gains
that Nvim acquired by building on vim.
- Extensibility: Bram's own [Agide](http://www.agide.org) project aspired to
a similar sort of extensibility as Neovim:
> Agide is not a monolitic application. Separate tools can be plugged in. Thus
> you are not forced to use one editor. ... Each tool implements part of the
> plugin interface.
- [Embedding](https://neovim.io/doc/user/develop.html#design-not): Vim's
- [Embedding](https://neovim.io/doc/user/dev.html#design-not): Vim's
[:help design-not](https://github.com/vim/vim/blob/531da5955e03afadb2f0cf72264fe8deb4bf430e/runtime/doc/develop.txt#L145-L153)
for most of its life proclaimed this tenet of Neovim:
> Vim is not a shell or an Operating System. ... This should work the other way
Expand Down
10 changes: 5 additions & 5 deletions static/doc2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="container">
<h1>Documentation</h1>
</div>
<div class="container golden-grid">
<div class="container golden-grid">
<div>
<h2>User</h2>

Expand Down Expand Up @@ -39,10 +39,10 @@ <h2>Developer</h2>

<h3>Resources</h3>
<ul>
<li><a href="https://github.com/neovim/neovim/blob/master/BUILD.md">Building Nvim from source</a></li>
<li><a href="https://github.com/neovim/neovim/blob/master/CONTRIBUTING.md">Contributing to Neovim</a></li>
<li><a href="https://neovim.io/doc/user/develop.html#dev"><code>:help dev</code></a> guidelines and design constraints</li>
<li><a href="https://neovim.io/doc/user/dev_tools.html#dev-tools"><code>:help dev-tools</code></a> tools and techniques</li>
<li><a href="https://github.com/neovim/neovim/blob/master/BUILD.md">Building Nvim from source</a></li>
<li><a href="https://github.com/neovim/neovim/blob/master/CONTRIBUTING.md">Contributing to Neovim</a></li>
<li><a href="https://neovim.io/doc/user/dev.html#dev"><code>:help dev</code></a> guidelines and design constraints</li>
<li><a href="https://neovim.io/doc/user/dev_tools.html#dev-tools"><code>:help dev-tools</code></a> tools and techniques</li>
<li><a href="https://sourcegraph.com/github.com/neovim/neovim">Sourcegraph</a> for exploring Nvim's source code</li>
</ul>

Expand Down