disable "easy" insert mode keybinds
This commit is contained in:
parent
e2d8337e99
commit
b5020cdbc7
1 changed files with 13 additions and 13 deletions
|
@ -54,7 +54,6 @@
|
|||
};
|
||||
};
|
||||
keys = {
|
||||
|
||||
normal = {
|
||||
space."=" = ":fmt";
|
||||
};
|
||||
|
@ -69,6 +68,7 @@
|
|||
end = "no_op";
|
||||
};
|
||||
};
|
||||
};
|
||||
languages = {
|
||||
language-server = {
|
||||
"nu-builtin-lsp" = {
|
||||
|
|
Loading…
Reference in a new issue