summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTJ DeVries <devries.timothyj@gmail.com>2022-12-19 17:56:21 -0500
committerTJ DeVries <devries.timothyj@gmail.com>2022-12-19 17:56:21 -0500
commitf218bcd6fe9c1e4aeb209dd4035a4d9341aac161 (patch)
treeb9b995aeeb654cbf1f7f659f08ac2f2a4d9a0d62 /README.md
parentc73aefcb210125677aea9e62366c24beb0211b79 (diff)
note: tell people to remove languages they arent going to use
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 931348d..c7e8b2c 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,8 @@ This repo is meant to be used as a starting point for a user's own configuration
* Start Neovim (`nvim`) and run `:PackerInstall` - ignore any error message about missing plugins, `:PackerInstall` will fix that shortly
* Restart Neovim
+If there are languages that you don't want to use, remove their configuration and notes from your `init.lua` after copy and pasting (for example, in the mason configuration).
+
### Configuration
You could directly modify the `init.lua` file with your personal customizations. This option is the most straightforward, but if you update your config from this repo, you may need to reapply your changes.