From cd0af1959d6e5783524bd0e3519b7c967f2ab284 Mon Sep 17 00:00:00 2001 From: NTBBloodbath Date: Sun, 2 May 2021 18:45:56 -0400 Subject: [PATCH] docs: update docs & changelog --- CHANGELOG.md | 10 +++++++++- doc/doom_nvim.txt | 23 ++++++++++++++--------- 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c47570..a61fd34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.1] - 2021-05-02 + +### Fixed + +- Squashed a bug in packer setup +- Stop referencing autoload in docs + ## [2.1.0] - 2021-05-02 ### Added @@ -150,7 +157,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial stable release -[unreleased]: https://github.com/NTBBloodbath/doom-nvim/compare/v2.1.0...HEAD +[unreleased]: https://github.com/NTBBloodbath/doom-nvim/compare/v2.1.1...HEAD +[2.1.1]: https://github.com/NTBBloodbath/doom-nvim/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/NTBBloodbath/doom-nvim/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/NTBBloodbath/doom-nvim/compare/v1.2.0...v2.0.0 [1.2.0]: https://github.com/NTBBloodbath/doom-nvim/compare/v0.2.0...v0.3.0 diff --git a/doc/doom_nvim.txt b/doc/doom_nvim.txt index 682ff7b..126e916 100644 --- a/doc/doom_nvim.txt +++ b/doc/doom_nvim.txt @@ -672,22 +672,23 @@ functions of Doom Nvim. It is a copy of the doom.vim file. ============================================================================== -HACKING AUTOLOAD *doom_nvim_hacking_autoload* +HACKING LUA CORE *doom_nvim_hacking_lua_core* -The `autoload` directory content is loaded by Neovim on_start. It is the +The `lua/doom` directory content is loaded by Neovim on_start. It is the location of the Doom Nvim plugin which is loaded everytime nvim starts. -The `doom.vim` file contains most of the global variables used by Doom Nvim -and executes the init functions of Doom Nvim. +The `doom/default/init.lua` file contains most of the global variables used by +Doom Nvim and executes the init functions of Doom Nvim. The files inside the `doom/` directory have core functions for Doom Nvim. - - autocmds.vim : Autocommands - - config.vim : Manages the BFC - - functions.vim : Utility functions + - autocmds/ : Autocommands + - config/ : Manages the BFC + - functions/ : Utility functions - health/ : Used to check the health of installation - - logging.vim : Logging handler - - system.vim : Cross-platform support (WIP) + - logging/ : Logging handler + - system/ : Cross-platform support (WIP) + - utils/ : Utility Lua functions ============================================================================== @@ -741,6 +742,10 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), and this project adheres to Semantic Versioning (https://semver.org/spec/v2.0.0.html). +- 2.1.1 + - Fixed + - Squashed a bug in packer setup + - Stop referencing autoload in docs - 2.1.0 - Added - Now the `:messages` are logged automatically on exit, should provide