-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |