changes
This commit is contained in:
parent
70ab87dcfe
commit
88e7bd6871
|
@ -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"
|
||||
|
|
|
@ -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
BIN
runtime/grammars/arduino.so
Executable file
Binary file not shown.
Binary file not shown.
1
runtime/grammars/sources/arduino
Submodule
1
runtime/grammars/sources/arduino
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit db929fc6822b9b9e1211678d508f187894ce0345
|
Loading…
Reference in a new issue