add cursorline diagnostic and file picker in current buf dir
Signed-off-by: jolheiser <git@jolheiser.com>main
parent
b447b6ced1
commit
3098ed0844
|
@ -35,6 +35,7 @@
|
||||||
"file-encoding"
|
"file-encoding"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
inline-diagnostics.cursor-line = "hint";
|
||||||
lsp.display-messages = true;
|
lsp.display-messages = true;
|
||||||
};
|
};
|
||||||
keys = {
|
keys = {
|
||||||
|
@ -44,6 +45,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