Skip to content

Commit

Permalink
Merge pull request brainfucksec#18 from mrded/patch-1
Browse files Browse the repository at this point in the history
Fix typo (URL in comment) on nvim/lua/plugins/nvim-cmp.lua
  • Loading branch information
brainfucksec authored Jul 13, 2022
2 parents 345ba6c + 5abd6b1 commit 657ff9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/plugins/nvim-cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-----------------------------------------------------------

-- Plugin: nvim-cmp
-- url: https://github.com/hrsh7th/nvim-cmpa
-- url: https://github.com/hrsh7th/nvim-cmp


local cmp_status_ok, cmp = pcall(require, 'cmp')
Expand Down

0 comments on commit 657ff9b

Please sign in to comment.