summaryrefslogtreecommitdiffstats
path: root/nvim
diff options
context:
space:
mode:
authorMatthias Debernardini <32387851+matthiasdebernardini@users.noreply.github.com>2022-12-20 19:27:01 +0100
committerGitHub <noreply@github.com>2022-12-20 13:27:01 -0500
commitb6957103ba5d99d4aac1b9a60636bb5931af15e9 (patch)
treef46b859bdf3dd519f538802f2bcdeb0b0cc8454f /nvim
parent734ba9e98807062238548a4c4b239dde64ec236f (diff)
downloaddots-b6957103ba5d99d4aac1b9a60636bb5931af15e9.tar.gz
Update intstructions for existing nvim setups (#65)
* Update intstructions for existing nvim setups If you already had a nvim setup, then this makes it so that the kickstarter can work without a problem. Having that file exist and loaded with plugins gives the script many issues. Also better to have it be a shell command rather than have the script delete a bunch of files on your computer.
Diffstat (limited to 'nvim')
-rw-r--r--nvim/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/nvim/README.md b/nvim/README.md
index c7e8b2c..f7a6b76 100644
--- a/nvim/README.md
+++ b/nvim/README.md
@@ -18,6 +18,7 @@ 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
@@ -60,3 +61,9 @@ Pull-requests are welcome. The goal of this repo is not to create a Neovim confi
* Lazy-loading. Kickstart.nvim should start within 40 ms on modern hardware. Please profile and contribute to upstream plugins to optimize startup time instead.
Each PR, especially those which increase the line count, should have a description as to why the PR is necessary.
+
+### FAQ
+
+ * What should I do if I already have a pre-existing neovim configuration?
+ * You should back it up, then delete all files associated with it. This includes your existing init.lua and the neovim files in .local which can be deleted with `rm -rf ~/.local/share/nvim/`
+