Edit page Nwiz
[wiki.git] / Nwiz
diff --git a/Nwiz b/Nwiz
index 9c9e5acd91f2378da602278fa4052f659ee92b28..6681ef9e2c73d6259ac7d0d87ddf39d5c8431130 100644 (file)
--- a/Nwiz
+++ b/Nwiz
@@ -1,7 +1,9 @@
-== nwiz ==
+== nwiz, the code editor for a more civilized era ==
 
 === What's this? ===
 
+<div style="float: right">{{nvim-completion.png | maxwidth=600}}</div>
+
 Neovim has no shortage of powerful plugins for programmers, but it's a fast moving ecosystem.
 Picking the right combination of plugins and configuring them as an integrated development
 environment is still far from trivial. I also reviewed a number of GUIs and "super plugins"
@@ -20,11 +22,12 @@ The plugin ecosystem is still maturing, but over time the amount of Lua scriptin
 to piece together a functional IDE seems to be going down. Ideally, you wouldn't have
 to learn Lua to edit your Neovim config.
 
-** I want a programmer's editor, not become an editor's programmer! **
+** I want a programmer's editor, not to become an editor's programmer! **
+
 
 === Features ===
 
- * Quick open files
+ * Quickly open files with fuzzy search
  * Semantic completion
    * Configures language servers for C/C++, Rust, Python
    * Adding more languages made easy by lspconfig
@@ -94,6 +97,9 @@ TODO: docs for [[https://github.com/hrsh7th/nvim-cmp#readme | cmp-nvim]]
 
 === Finding and opening files ===
 
+{{nvim-telescope.png | maxwidth=400}}
+
+
 TODO: docs for [[https://github.com/nvim-telescope/telescope.nvim | telescope.nvim]]
 
 === Realtime diagnostics and hints ===