mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
Re-add old maps API (#356)
* wrapper: fix wrong import source
* wrapper: fix typo
* Revert "lib/binds: improve code, adjust functions to new api"
This reverts commit 6cb57e1d26
.
* mappings: re-add legacy vim.maps API
* mappings: fix wrong submodule syntax
* docs: fix missing section id
This commit is contained in:
parent
3ca7e3b841
commit
2fc7dc798b
4 changed files with 156 additions and 77 deletions
|
@ -4,7 +4,7 @@ Release notes for release 0.7
|
|||
|
||||
## Breaking Changes and Migration Guide {#sec-breaking-changes-and-migration-guide-0-7}
|
||||
|
||||
### `vim.configRC` removed
|
||||
### `vim.configRC` removed {#sec-vim-configrc-removed}
|
||||
|
||||
In v0.7 we are removing `vim.configRC` in favor of making `vim.luaConfigRC` the
|
||||
top-level DAG, and thereby making the entire configuration Lua based. This
|
||||
|
@ -26,7 +26,7 @@ making good use of its extensive Lua API. Additionally, Vimscript is slow and
|
|||
brings unnecessary performance overhead while working with different
|
||||
configuration formats.
|
||||
|
||||
### `vim.maps` rewrite
|
||||
### `vim.maps` rewrite {#sec-vim-maps-rewrite}
|
||||
|
||||
Instead of specifying map modes using submodules (eg.: `vim.maps.normal`), a new
|
||||
`mode` option has mode has been introduced. It can be either a string, or a list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue