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

Commit

Permalink
docs: update docs & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed May 18, 2021
1 parent c7488ba commit 87f570e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.3.0] - 2021-05-18

### Added

- Configurations
- `complete_size` option
- `complete_transparency` option

### Changed

- Organized doomrc

### Deleted

- Plugins
- `focus`

## [2.2.0] - 2021-05-08

### Added
Expand Down Expand Up @@ -233,7 +250,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.2.0...HEAD
[unreleased]: https://github.com/NTBBloodbath/doom-nvim/compare/v2.3.0...HEAD
[2.3.0]: https://github.com/NTBBloodbath/doom-nvim/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/NTBBloodbath/doom-nvim/compare/v2.1.5...v2.2.0
[2.1.5]: https://github.com/NTBBloodbath/doom-nvim/compare/v2.1.4...v2.1.5
[2.1.4]: https://github.com/NTBBloodbath/doom-nvim/compare/v2.1.3...v2.1.4
Expand Down
5 changes: 2 additions & 3 deletions docs/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ including their plugins individually.
- [ ] [packer.nvim] - A use-package inspired plugin manager for Neovim.
- [ ] [vimpeccable] - Helpers for Lua configs.
- [x] [treesitter] - Nvim Treesitter configurations and abstraction layer.
- Use `treesitter` to disable it

### UI

Expand All @@ -55,8 +56,6 @@ including their plugins individually.
- Use `statusline` to disable it
- [x] [barbar.nvim] - Tabs, as understood by any other editor.
- Use `tabline` to disable it
- [x] [focus.nvim] - Auto-Focusing Splits/Windows for Neovim written in Lua
- Use `focus` to disable it
- [x] [nvim-toggleterm.lua] - A neovim plugin to persist and toggle multiple terminals during an editing session
- Use `terminal` to disable it
- [x] [symbols-outline.nvim] - A tree like view for symbols in Neovim using the Language Server Protocol.
Expand Down Expand Up @@ -203,7 +202,7 @@ disabled_plugins = { 'emmet' }
<!-- Git -->

[gitsigns.nvim]: https://github.com/lewis6991/gitsigns.nvim
[lazygit]: https://github.com/kdheepak/lazygit.nvim
[lazygit.nvim]: https://github.com/kdheepak/lazygit.nvim

<!-- LSP -->

Expand Down

0 comments on commit 87f570e

Please sign in to comment.