This commit is contained in:
Logan 2024-10-18 12:07:18 -05:00
parent 70ab87dcfe
commit 88e7bd6871
5 changed files with 13 additions and 3 deletions

View file

@ -1,4 +1,4 @@
theme = "flexoki_light"
theme = "dark_plus"
[editor]
line-number = "relative"
@ -12,12 +12,13 @@ right = ["register", "position", "position-percentage"]
[keys.normal]
esc = ["collapse_selection", "keep_primary_selection"]
K = "hover"
H = "goto_next_buffer"
L = "goto_previous_buffer"
L = "goto_next_buffer"
H = "goto_previous_buffer"
'0' = "goto_line_start"
q = ":reflow"
[keys.normal.space]
w = ":w"
q = ":quit"
f = "file_picker_in_current_directory"
F = "file_picker"

View file

@ -1,3 +1,4 @@
[language-server.ltex-lsp]
command = "ltex-ls"
@ -11,3 +12,10 @@ language-servers = [ "ltex-lsp" ]
[[language]]
name = "python"
language-servers = ["jedi-lsp"]
[[language]]
name = "arduino"
scope = "source.arduino"
injection-regex = "arduino"
file-types = ["ino"]
grammar = "cpp"

BIN
runtime/grammars/arduino.so Executable file

Binary file not shown.

Binary file not shown.

@ -0,0 +1 @@
Subproject commit db929fc6822b9b9e1211678d508f187894ce0345