All notable changes to this project will be documented in this file.
- Ability to disable denols, disabled by default
- Deno support
- Ability to disable eslint LSP
- Treesitter graphql support
- Neovim
v0.10
support
- Support for
pyright.pythonPath
setting.
nvim.json
example file inREADME.md
.- Recognize ".hell" files as type "haskell".
- Allow additional properties in root of
nvim.schema.json
. Allows for meta keys like$schema
.
- LSP enable/disable to settings schema
- Update instructions for running
stylua
with Luav5.2
- Config settings files is now named
nvim.json
- Global config setting override abilities
- Config settings schema in
nvim.schema.json
- Documentation on config settings
- Python DAP test runner uses
pytest
- Python DAP venv expected at
./.venv
- Debug keymap documentation
- Add keymap
<leader>gb
to:CurLnBlameToggle
- Set
vim.opt.conceallevel = 0
- Fix
cur_ln_blame.nvim
bug leaving file handles open
- Add changelog