From 7382c0389b11b146def5142984b38fd671cb5d8b Mon Sep 17 00:00:00 2001 From: Xavier Moffett Date: Fri, 20 Dec 2024 20:04:09 -0500 Subject: [PATCH] Update `README.md` --- .gitignore | 1 + README.md | 12 ++++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7b46626..42f2fc0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /nvim/plugin/* /nvim/lua/plugin/* +/nvim/spell/* diff --git a/README.md b/README.md index 86745dc..ee33974 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # dotfiles -Some dotfiles of mine that I use. Feel free to critique my font choice, though don't be too harsh. :P -With the exception of fonts, keeping it simple stupid is the name of the game here. Too large of a deviation -from defaults is undesirable, usually making things more needlessly complex in both workflow and configuration; -which is undesirable at large. This also ensures a lesser overall maintenance burden. +Located herein within this repository are Xavier's dotfiles. + +At present, I've not decided on a dotfile manager with which to organize and deploy these files. +But if you have a recommendation, shout one out at me and I'd be happy to entertain the thought. + +Feel free to critique my font choice, though don't be too harsh. 🤪 Nevertheless, with the exception of fonts, +keeping it simple stupid is the name of the game here. Too large of a deviation from defaults is undesirable, +usually making things more needlessly complex than necessary, in both workflow and maintainability.