doom-neovim / doom-nvim

A Neovim configuration for the advanced martian hacker
GNU General Public License v2.0
1.01k stars 107 forks source link

[FEATURE REQUEST] Install script improvements (warn if already installed, --check flag) #376

Open connorgmeehan opened 2 years ago

connorgmeehan commented 2 years ago

What is the feature, what would you like to be able to do?

Currently install script will backup current doom-nvim config if user tries to re-run install script. The script should check if doom-nvim is already installed and then ask the user if they want to continue.

What is the use case, why do you want this feature?

Improves usability of doom-nvim, easier for users to bugfix own problems.

Possible Implementation (if applicable)

Check if git repo at ~/.config/nvim's origin is doom-nvim origin.

Additional context