Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions how to "uninstall" astronvim #71

Closed
sieste opened this issue Apr 4, 2023 · 3 comments
Closed

Add instructions how to "uninstall" astronvim #71

sieste opened this issue Apr 4, 2023 · 3 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@sieste
Copy link

sieste commented Apr 4, 2023

Is your feature related to a problem?

I followed the instructions to install astronvim, backing up the .config/nvim and .local/share/nvim subdirectories. After playing around with it I wanted to go back to my old nvim configuration. I moved the backed up subdirectories back to their original names. Now whenever I open nvim I get a long list of errors like

line   35:
E117: Unknown function: plug#begin
line   37:
E492: Not an editor command: Plug 'jpalardy/vim-slime'
line   39:
E492: Not an editor command: Plug 'ap/vim-buftabline'
line   41:
E492: Not an editor command: Plug 'itchyny/calendar.vim'
line   43:
.....

and all my plugins are broken.

Describe the new feature

Document how to completely undo the astronvim installation and recover the previous nvim configuration.

Additional context

No response

@sieste sieste added the enhancement New feature or request label Apr 4, 2023
@mehalter mehalter transferred this issue from AstroNvim/AstroNvim Apr 4, 2023
@mehalter mehalter added the documentation Improvements or additions to documentation label Apr 4, 2023
@sieste
Copy link
Author

sieste commented Apr 6, 2023

It seems like vim-plug was removed during my installation/deinstallation of astronvim. Reinstalling vim-plug with curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim fixed the issue.

@mehalter
Copy link
Member

mehalter commented Apr 6, 2023

Yeah it looks like you have something going on on your machine that is not good. AstroNvim does not use vim-plug

@mehalter mehalter added good first issue Good for newcomers help wanted Extra attention is needed and removed enhancement New feature or request labels May 2, 2023
@mehalter mehalter added this to the AstroNvim v4 milestone Oct 26, 2023
@mehalter
Copy link
Member

mehalter commented Nov 8, 2023

Finished in the latest commit to v4 branch

@mehalter mehalter closed this as completed Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants