This commit is contained in:
Tao Tien 2024-05-28 20:40:46 -07:00
parent 3f1279ea08
commit 6a2cc7b49d
7 changed files with 78 additions and 52 deletions

View file

@ -34,6 +34,7 @@
};
keys.insert = {
C-space = "completion";
k = {k = "normal_mode";};
};
keys.normal = {
k = "move_line_down";
@ -51,7 +52,7 @@
};
};
languages = {
use-grammars.only = ["rust" "c" "cpp" "typst" "nix" "html"];
use-grammars.only = ["rust" "c" "cpp" "typst" "nix" "html" "toml" "markdown"];
language = [
{
name = "arduino";