Skip to content

Commit

Permalink
feat!: set default documentation max_width to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Dec 25, 2024
1 parent f4add54 commit 1a61625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/blink/cmp/config/completion/documentation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ local documentation = {
treesitter_highlighting = true,
window = {
min_width = 10,
max_width = 60,
max_width = 80,
max_height = 20,
desired_min_width = 50,
desired_min_height = 10,
Expand Down

0 comments on commit 1a61625

Please sign in to comment.