Skip to content

Commit

Permalink
docs: update minimal setup
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd committed Jul 4, 2023
1 parent e826234 commit 714abd9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion minimal-setup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,20 @@ require("lazy").setup({
enabled = true,
sizing_strategy = "auto",
download_remote_images = true,
clear_in_insert_mode = false,
},
neorg = {
enabled = true,
download_remote_images = true,
clear_in_insert_mode = false,
},
},
max_width = nil,
max_height = nil,
max_width_window_percentage = nil,
max_height_window_percentage = 50,
kitty_method = "normal",
kitty_tmux_write_delay = 5,
kitty_tmux_write_delay = 10,
},
},
})
Expand Down

0 comments on commit 714abd9

Please sign in to comment.