chore(nvim): unify plugin comments

This commit is contained in:
Stefan Imhoff
2022-11-06 10:04:17 +01:00
parent aaccccd235
commit b48b6d4f86
38 changed files with 57 additions and 53 deletions

View File

@@ -1,4 +1,4 @@
-- nvim-cmp https://github.com/hrsh7th/nvim-cmp
-- https://github.com/hrsh7th/nvim-cmp
local cmp_status_ok, cmp = pcall(require, "cmp")
if not cmp_status_ok then
return