file backend

This commit is contained in:
2026-03-21 21:39:24 +00:00
parent 80f24ce11f
commit d2f1555309

View File

@@ -18,6 +18,11 @@ in {
extraConfigLua = '' extraConfigLua = ''
require('code-review').setup({ require('code-review').setup({
keymaps = false, keymaps = false,
comment = {
storage = {
backend = "file",
},
},
ui = { ui = {
input_window = { input_window = {
border = "single", border = "single",