fix(plugins/astroui): invalid chars
Also removes unused package lambda argument
This commit is contained in:
parent
888c7cf479
commit
17c2f0e776
2 changed files with 5 additions and 5 deletions
|
|
@ -68,7 +68,7 @@
|
|||
["no"] = { "OP", "normal" },
|
||||
["nov"] = { "OP", "normal" },
|
||||
["noV"] = { "OP", "normal" },
|
||||
["no␖"] = { "OP", "normal" },
|
||||
["no"] = { "OP", "normal" },
|
||||
["niI"] = { "NORMAL", "normal" },
|
||||
["niR"] = { "NORMAL", "normal" },
|
||||
["niV"] = { "NORMAL", "normal" },
|
||||
|
|
@ -81,15 +81,15 @@
|
|||
["vs"] = { "VISUAL", "visual" },
|
||||
["V"] = { "LINES", "visual" },
|
||||
["Vs"] = { "LINES", "visual" },
|
||||
["␖"] = { "BLOCK", "visual" },
|
||||
["␖s"] = { "BLOCK", "visual" },
|
||||
[""] = { "BLOCK", "visual" },
|
||||
["s"] = { "BLOCK", "visual" },
|
||||
["R"] = { "REPLACE", "replace" },
|
||||
["Rc"] = { "REPLACE", "replace" },
|
||||
["Rx"] = { "REPLACE", "replace" },
|
||||
["Rv"] = { "V-REPLACE", "replace" },
|
||||
["s"] = { "SELECT", "visual" },
|
||||
["S"] = { "SELECT", "visual" },
|
||||
["␓"] = { "BLOCK", "visual" },
|
||||
[""] = { "BLOCK", "visual" },
|
||||
["c"] = { "COMMAND", "command" },
|
||||
["cv"] = { "COMMAND", "command" },
|
||||
["ce"] = { "COMMAND", "command" },
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
version = "2.1.4";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue