Compare commits
No commits in common. "36aee0c607153721ca446291f7f99df870c868fc" and "b447b6ced1154995827603038d65bd0204860474" have entirely different histories.
36aee0c607
...
b447b6ced1
|
@ -35,8 +35,6 @@
|
||||||
"file-encoding"
|
"file-encoding"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
end-of-line-diagnostics = "hint";
|
|
||||||
inline-diagnostics.cursor-line = "error";
|
|
||||||
lsp.display-messages = true;
|
lsp.display-messages = true;
|
||||||
};
|
};
|
||||||
keys = {
|
keys = {
|
||||||
|
@ -46,7 +44,6 @@
|
||||||
Q = ":quit!";
|
Q = ":quit!";
|
||||||
w = ":write";
|
w = ":write";
|
||||||
W = ":write!";
|
W = ":write!";
|
||||||
o = "file_picker_in_current_buffer_directory";
|
|
||||||
};
|
};
|
||||||
C-c = ":config-open";
|
C-c = ":config-open";
|
||||||
C-r = ":config-reload";
|
C-r = ":config-reload";
|
||||||
|
|
Loading…
Reference in New Issue