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

Following develop: breaking changes on incoming Doom versions #113

@NTBBloodbath

Description

@NTBBloodbath

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 and plugins.lua. The mentioned files were renamed to doom_modules.lua and doom_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 the extras/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

No one assigned

    Labels

    branch: developFor stuff regarding to development branch

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions