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"
|
||||
];
|
||||
};
|
||||
inline-diagnostics.cursor-line = "hint";
|
||||
lsp.display-messages = true;
|
||||
};
|
||||
keys = {
|
||||
|
@ -44,6 +45,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