File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -39,18 +39,18 @@ means simultaneously it both continues and diverges from Vim. I'm convinced that
3939rather than destroy it. So although we can't deliver Vim without Bram, we can
4040continue some essential parts:
4141
42- - [ Maintenance] ( https://neovim.io/doc/user/develop .html#design-maintain ) :
42+ - [ Maintenance] ( https://neovim.io/doc/user/dev .html#design-maintain ) :
4343 Experimentation is good, and the world needs creative destruction and playful
4444 failures. But Neovim does not represent lust for the new ("neomania").
45- - [ Documentation] ( https://neovim.io/doc/user/develop .html#design-documented ) :
45+ - [ Documentation] ( https://neovim.io/doc/user/dev .html#design-documented ) :
4646 the habits of Vim documentation are obvious, this is one of the biggest gains
4747 that Nvim acquired by building on vim.
4848- Extensibility: Bram's own [ Agide] ( http://www.agide.org ) project aspired to
4949 a similar sort of extensibility as Neovim:
5050 > Agide is not a monolitic application. Separate tools can be plugged in. Thus
5151 > you are not forced to use one editor. ... Each tool implements part of the
5252 > plugin interface.
53- - [ Embedding] ( https://neovim.io/doc/user/develop .html#design-not ) : Vim's
53+ - [ Embedding] ( https://neovim.io/doc/user/dev .html#design-not ) : Vim's
5454 [ : help design-not] ( https://github.com/vim/vim/blob/531da5955e03afadb2f0cf72264fe8deb4bf430e/runtime/doc/develop.txt#L145-L153 )
5555 for most of its life proclaimed this tenet of Neovim:
5656 > Vim is not a shell or an Operating System. ... This should work the other way
Original file line number Diff line number Diff line change 1010 < div class ="container ">
1111 < h1 > Documentation</ h1 >
1212 </ div >
13- < div class ="container golden-grid ">
13+ < div class ="container golden-grid ">
1414 < div >
1515 < h2 > User</ h2 >
1616
@@ -39,10 +39,10 @@ <h2>Developer</h2>
3939
4040 < h3 > Resources</ h3 >
4141 < ul >
42- < li > < a href ="https://github.com/neovim/neovim/blob/master/BUILD.md "> Building Nvim from source</ a > </ li >
43- < li > < a href ="https://github.com/neovim/neovim/blob/master/CONTRIBUTING.md "> Contributing to Neovim</ a > </ li >
44- < li > < a href ="https://neovim.io/doc/user/develop .html#dev "> < code > :help dev</ code > </ a > guidelines and design constraints</ li >
45- < li > < a href ="https://neovim.io/doc/user/dev_tools.html#dev-tools "> < code > :help dev-tools</ code > </ a > tools and techniques</ li >
42+ < li > < a href ="https://github.com/neovim/neovim/blob/master/BUILD.md "> Building Nvim from source</ a > </ li >
43+ < li > < a href ="https://github.com/neovim/neovim/blob/master/CONTRIBUTING.md "> Contributing to Neovim</ a > </ li >
44+ < li > < a href ="https://neovim.io/doc/user/dev .html#dev "> < code > :help dev</ code > </ a > guidelines and design constraints</ li >
45+ < li > < a href ="https://neovim.io/doc/user/dev_tools.html#dev-tools "> < code > :help dev-tools</ code > </ a > tools and techniques</ li >
4646 < li > < a href ="https://sourcegraph.com/github.com/neovim/neovim "> Sourcegraph</ a > for exploring Nvim's source code</ li >
4747 </ ul >
4848
You can’t perform that action at this time.
0 commit comments