File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
modules/plugins/completion/blink-cmp Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 500500- Add [ nvim-highlight-colors] plugin in ` vim.ui.nvim-highlight-colors ` with
501501 ` enable ` and ` setupOpts `
502502
503+ - Fix [ blink.cmp] keymap preset types to allow alternate cmdline, terminal, etc
504+ modes to ` inherit ` the default mode keymaps. This is an option as per the
505+ [ blink.cmp] docs and is now supported in nvf.
506+
503507[ PartyWumpus] ( https://github.com/PartyWumpus ) :
504508
505509[ typst-concealer ] : https://github.com/PartyWumpus/typst-concealer
Original file line number Diff line number Diff line change 99 freeformType = attrsOf ( listOf ( either str luaInline ) ) ;
1010 options = {
1111 preset = mkOption {
12- type = enum [ "default" "none" "super-tab" "enter" "cmdline" ] ;
12+ type = enum [ "inherit" " default" "none" "super-tab" "enter" "cmdline" ] ;
1313 default = "none" ;
1414 description = "keymap presets" ;
1515 } ;
You can’t perform that action at this time.
0 commit comments