diff --git a/config.nix b/config.nix index 64b12661cc28e68795b8bce49460004f142cc43e..289f56c77fcfcc0b582693f8d1584ec1602f1c45 100644 --- a/config.nix +++ b/config.nix @@ -35,7 +35,6 @@ "position" "file-encoding" ]; }; - inline-diagnostics.cursor-line = "hint"; lsp.display-messages = true; }; keys = { @@ -45,7 +44,6 @@ q = ":quit"; Q = ":quit!"; w = ":write"; W = ":write!"; - o = "file_picker_in_current_buffer_directory"; }; C-c = ":config-open"; C-r = ":config-reload";