mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-03-11 03:06:01 +00:00
Compare commits
No commits in common. "314962bcb4d4da82c53ab343da1b09cffaa68c61" and "e48638aef3a95377689de0ef940443c64f870a09" have entirely different histories.
314962bcb4
...
e48638aef3
2 changed files with 1 additions and 5 deletions
|
|
@ -500,10 +500,6 @@
|
||||||
- Add [nvim-highlight-colors] plugin in `vim.ui.nvim-highlight-colors` with
|
- Add [nvim-highlight-colors] plugin in `vim.ui.nvim-highlight-colors` with
|
||||||
`enable` and `setupOpts`
|
`enable` and `setupOpts`
|
||||||
|
|
||||||
- Fix [blink.cmp] keymap preset types to allow alternate cmdline, terminal, etc
|
|
||||||
modes to `inherit` the default mode keymaps. This is an option as per the
|
|
||||||
[blink.cmp] docs and is now supported in nvf.
|
|
||||||
|
|
||||||
[PartyWumpus](https://github.com/PartyWumpus):
|
[PartyWumpus](https://github.com/PartyWumpus):
|
||||||
|
|
||||||
[typst-concealer]: https://github.com/PartyWumpus/typst-concealer
|
[typst-concealer]: https://github.com/PartyWumpus/typst-concealer
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
freeformType = attrsOf (listOf (either str luaInline));
|
freeformType = attrsOf (listOf (either str luaInline));
|
||||||
options = {
|
options = {
|
||||||
preset = mkOption {
|
preset = mkOption {
|
||||||
type = enum ["inherit" "default" "none" "super-tab" "enter" "cmdline"];
|
type = enum ["default" "none" "super-tab" "enter" "cmdline"];
|
||||||
default = "none";
|
default = "none";
|
||||||
description = "keymap presets";
|
description = "keymap presets";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue