Add lua type annotation and make sure to use opts where possible

This commit is contained in:
2025-05-31 00:47:06 +02:00
parent d2a4babb2e
commit 6c49b81f5a
35 changed files with 362 additions and 263 deletions

View File

@@ -1,3 +1,6 @@
-- https://github.com/saghen/blink.cmp
--- @module "lazy"
--- @type LazySpec
return {
"saghen/blink.cmp",
-- optional: provides snippets for the snippet source
@@ -6,8 +9,8 @@ return {
-- use a release tag to download pre-built binaries
version = "1.*",
---@module 'blink.cmp'
---@type blink.cmp.Config
--- @module "blink-cmp"
--- @type blink.cmp.Config
opts = {
-- See :h blink-cmp-config-keymap for defining your own keymap
-- keymap = { preset = "default" },