Compare commits
2 Commits
b447b6ced1
...
36aee0c607
Author | SHA1 | Date |
---|---|---|
|
36aee0c607 | |
|
3098ed0844 |
|
@ -35,6 +35,8 @@
|
|||
"file-encoding"
|
||||
];
|
||||
};
|
||||
end-of-line-diagnostics = "hint";
|
||||
inline-diagnostics.cursor-line = "error";
|
||||
lsp.display-messages = true;
|
||||
};
|
||||
keys = {
|
||||
|
@ -44,6 +46,7 @@
|
|||
Q = ":quit!";
|
||||
w = ":write";
|
||||
W = ":write!";
|
||||
o = "file_picker_in_current_buffer_directory";
|
||||
};
|
||||
C-c = ":config-open";
|
||||
C-r = ":config-reload";
|
||||
|
|
Loading…
Reference in New Issue