All notable changes to this project (after v1.0.0) will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for word counts using the built-in API in modern (Neo)Vim versions.
- NeoVim builtin diagnostics API support, so that ALE can be replaced by e.g. nvim-lspconfig on NeoVim to provide the same diagnostics.
- user options, which now do not support individual toggles for Fugitive or gitsigns; a simpler set of options now toggles high-level functionality such as "git integration" or "diagnostics integration" instead of individual plugin integrations
- gitsigns.nvim integration, allowing for git file status indicator (and optional replacement of git HEAD indicator from Fugitive).
- Fixed bufnr errors in vim8 ALE integration
- Tabline integration, i.e.
'tabline'
setting.
- Add support for vim8 by fixing syntax errors
- Fixed E714 error when entering visual- and select-blockwise mode.
Version 1.0.0 release!
Check the README.md for a list of features. Check the helpfile for an overview of the options.