From 584462bbe3a7c6c3851e8108190e588a101ddeb5 Mon Sep 17 00:00:00 2001 From: benewberg Date: Sat, 11 Feb 2023 12:32:29 -0600 Subject: [PATCH] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 27d0b25..e5992f0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ -Init file for neovim (0.5.0) +My config files for neovim (0.8+). -This is my personal init file with the following self-imposed goals: +Current self-imposed goals: 1. Use as few plugins as possible 2. Utilize FZF heavily - 3. Utilize sneak for motion where other built-in motions can't get the job done as effectively - 4. Roll my own status line - 5. (For now) keep the configuration all within a single file (init.lua) and keep the loc to a minimum (currently at ~400) - 6. (For now) utilize the built-in omnifunc for completion (on-demand) vs. autocompletion as autcompletion is expensive + 3. Roll my own status line/winbar