mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
docs: format markdown sources with Deno
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a69643dadbb6dbe6860f3002a75b1bb445d27
This commit is contained in:
parent
6585b2d63c
commit
48a54502f8
2 changed files with 5 additions and 5 deletions
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
The [additional plugins section](#sec-additional-plugins) details the addition
|
The [additional plugins section](#sec-additional-plugins) details the addition
|
||||||
of new plugins to nvf under regular circumstances, i.e. while making a pull
|
of new plugins to nvf under regular circumstances, i.e. while making a pull
|
||||||
request to the project. You may _override_ those plugins in your config
|
request to the project. You may _override_ those plugins in your config to
|
||||||
to change source versions, e.g., to use newer versions of plugins
|
change source versions, e.g., to use newer versions of plugins that are not yet
|
||||||
that are not yet updated in **nvf**.
|
updated in **nvf**.
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
vim.pluginOverrides = {
|
vim.pluginOverrides = {
|
||||||
|
|
|
@ -30,8 +30,8 @@ There are many settings available in the options. Please refer to the
|
||||||
[documentation](https://notashelf.github.io/nvf/options.html#opt-vim.keymaps) to
|
[documentation](https://notashelf.github.io/nvf/options.html#opt-vim.keymaps) to
|
||||||
see a list of them.
|
see a list of them.
|
||||||
|
|
||||||
**nvf** provides a helper function, so that you don't have to write the
|
**nvf** provides a helper function, so that you don't have to write the mapping
|
||||||
mapping attribute sets every time:
|
attribute sets every time:
|
||||||
|
|
||||||
- `mkKeymap`, which mimics neovim's `vim.keymap.set` function
|
- `mkKeymap`, which mimics neovim's `vim.keymap.set` function
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue