From a5a1fa9961dc8aa2cde0e6ec55b722308fa2bbdb Mon Sep 17 00:00:00 2001 From: bernie Date: Sun, 31 Jul 2022 23:52:03 -0400 Subject: [PATCH] Edit page Nwiz --- Nwiz | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Nwiz b/Nwiz index 9c9e5ac..ae23d7b 100644 --- a/Nwiz +++ b/Nwiz @@ -1,4 +1,4 @@ -== nwiz == +== nwiz, the code editor for a more civilized era == === What's this? === @@ -20,11 +20,14 @@ 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! ** + +{{nvim-completion.png | maxwidth=800}} + === 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 -- 2.25.1