This repository was archived by the owner on Apr 16, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 107
Following develop: breaking changes on incoming Doom versions #113
Copy link
Copy link
Open
Labels
branch: developFor stuff regarding to development branchFor stuff regarding to development branch
Description
This issue tracks all the breaking changes on incoming Doom versions that may require users to update configurations.
Inspired by
Following HEAD: breaking changes on master
issue found in Neovim repo.
2021/09/02
- feat: Refactor config handling #108 was merged which will break two configuration files,
doomrc.lua
andplugins.lua
. The mentioned files were renamed todoom_modules.lua
anddoom_userplugins.lua
respectively, but also got some changes converting them to actual modules so you will need to update your configuration files.
2021/09/07
-
8c9c003 was pushed which introduced a new configuration option in
doom_config.lua
file for toggling keybindings modules, and fragmenting theextras/keybindings
module. By default all keybindings modules will be enabled even without having the configuration option. See doom_config.lua changes for more information. -
9576e43 was pushed which replaced the built-in documentation (
doom_nvim.txt
) with a Neorg-based documentation and we aren't using the:help
command anymore to open Doom documentation, see the details here.
Metadata
Metadata
Assignees
Labels
branch: developFor stuff regarding to development branchFor stuff regarding to development branch