mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-19 18:31:18 +00:00
docs: add dag-entries chapter, add release note entry
This commit is contained in:
parent
3424b083ba
commit
cacd6228b5
3 changed files with 25 additions and 0 deletions
|
|
@ -69,6 +69,10 @@ Release notes for release 0.7
|
|||
yourself by adding `vim.opt.listchars:append({ eol = '<char>' })` to your
|
||||
lua configuration
|
||||
|
||||
- Make the entire configuration lua based. This comes with a few breaking changes:
|
||||
- `vim.configRC` has been removed, migrate your entries to lua code, and add them to `vim.luaConfigRC` instead
|
||||
- `vim.luaScriptRC` is now the top-level DAG, and the internal `vim.pluginRC` has been introduced for setting up internal plugins. See the "DAG entries in nvf" manual page for more information.
|
||||
|
||||
[NotAShelf](https://github.com/notashelf):
|
||||
|
||||
[ts-error-translator.nvim]: https://github.com/dmmulroy/ts-error-translator.nvim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue