add cursorline diagnostic and file picker in current buf dir

Signed-off-by: jolheiser <git@jolheiser.com>
main
jolheiser 2025-03-16 10:31:10 -05:00
parent b447b6ced1
commit 3098ed0844
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -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";