Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Fixed backup dirs & added doom-nvim installed check #401

Merged

Conversation

Coloursplash
Copy link
Contributor

has_found_directory always equalled an empty string so if nvim-old already existed it would fail to move to nvim-old-1 and would then fail when installing doom-nvim.

Added function to check whether doom-nvim is specifically installed in the config and, if so, backs the config up to doom-nvim-old. If doom is installed then the default backup_existing_config function doesn't run.

@connorgmeehan connorgmeehan merged commit cb4fc9a into doom-neovim:main Oct 11, 2022
@connorgmeehan
Copy link
Collaborator

Works great @Coloursplash! Thanks for the PR

connorgmeehan added a commit that referenced this pull request Oct 12, 2022
…rious other improvements. (#405)

* wip,feat: Initial mason.nvim refactor, auto-install null-ls sources.

* refact(langs,markdown): Auto install null-ls providers, add more settings,

* fix(langs,lua): Crash on file open

* refact(modules,auto_install): Deleted removed old auto-install packages.

* refact(langs): Converted all language configs to mason.nvim + tested.

* fix(core,logging): Fixed bug with certain logged strings + improved formatting

* feat(auto_install, statusline): Show auto install status in statusline.

* fix(dashboard): Fix shortcuts shown on dashboard (#403)

* fix(tools): Install script, fixed backup dirs + added doom-nvim installed check (#401)

* feat(core): Add `:DoomNuke mason` option to delete all mason packages.

* chore: Address luacheck issue

* fix(langs): Add missing languages to modules.lua

Co-authored-by: connorgmeean <a@cgm.codes>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants