Added emmylua annotations where valuable

This commit is contained in:
2025-12-22 15:11:39 +00:00
parent 94c3b2e55e
commit 9296eb6b20
5 changed files with 26 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ return {
config = function()
vim.api.nvim_create_autocmd("LspAttach", {
group = vim.api.nvim_create_augroup("kickstart-lsp-attach", { clear = true }),
---@param event { buf: number, data: { client_id: number } }
callback = function(event)
local lsp_keys = require("config.keys").lsp
for _, map in ipairs(lsp_keys) do