This commit is contained in:
2026-03-13 09:31:50 +00:00
parent 10ebe9e1af
commit b45d3c65ac

View File

@@ -20,6 +20,16 @@ in {
extraConfigLua = ''
require('code-review').setup({
keymaps = false,
ui = {
input_window = {
border = "single",
},
preview = {
float = {
border = "single",
},
},
},
})
'';
};