summaryrefslogtreecommitdiffstats
path: root/nvim
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
commite11802978cecfa03d21ee47e87f2f022a4168ebc (patch)
tree3edca069d7c81638124d6c8d2b178d3846e0974a /nvim
parent60aeac481e0d9736f0b87604033a4ce298ae2d9d (diff)
downloaddots-e11802978cecfa03d21ee47e87f2f022a4168ebc.tar.gz
note: tell people to remove languages they arent going to use
Diffstat (limited to 'nvim')
-rw-r--r--nvim/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nvim/README.md b/nvim/README.md
index 931348d..c7e8b2c 100644
--- a/nvim/README.md
+++ b/nvim/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.