mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
refactor: better annotations to make sumneko faster
This commit is contained in:
parent
65e903652b
commit
e2bbf3deef
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
---@class LazyUtil: LazyUtilCore
|
||||
local M = setmetatable({}, { __index = require("lazy.core.util") })
|
||||
|
||||
function M.file_exists(file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue