Compare commits
2 Commits
b447b6ced1
...
36aee0c607
Author | SHA1 | Date |
---|---|---|
|
36aee0c607 | |
|
3098ed0844 |
|
@ -35,6 +35,8 @@
|
||||||
"file-encoding"
|
"file-encoding"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
end-of-line-diagnostics = "hint";
|
||||||
|
inline-diagnostics.cursor-line = "error";
|
||||||
lsp.display-messages = true;
|
lsp.display-messages = true;
|
||||||
};
|
};
|
||||||
keys = {
|
keys = {
|
||||||
|
@ -44,6 +46,7 @@
|
||||||
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