Compare commits

...

2 Commits

Author SHA1 Message Date
jolheiser 36aee0c607
tune diagnostics
Signed-off-by: jolheiser <git@jolheiser.com>
2025-03-16 10:35:23 -05:00
jolheiser 3098ed0844
add cursorline diagnostic and file picker in current buf dir
Signed-off-by: jolheiser <git@jolheiser.com>
2025-03-16 10:31:10 -05:00
1 changed files with 3 additions and 0 deletions

View File

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