Skip to content

Commit

Permalink
style: fix formatting of commands require
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Jan 12, 2025
1 parent 8d29e0e commit 37dbb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/blink/cmp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function cmp.setup(opts)
require('blink.cmp.highlights').setup()
require('blink.cmp.keymap').setup()
require('blink.cmp.completion').setup()
require("blink.cmp.commands").setup()
require('blink.cmp.commands').setup()
if config.signature.enabled then require('blink.cmp.signature').setup() end
end)
end
Expand Down

0 comments on commit 37dbb73

Please sign in to comment.