Skip to content

Commit

Permalink
feat: add type annotations to fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
max397574 committed Jun 19, 2024
1 parent 16ed834 commit f724edc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/neocomplete/menu/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ function Menu.new()
self.buf = vim.api.nvim_create_buf(false, true)
self.winnr = nil
self.index = 0
---@diagnostic disable-next-line: missing-fields
self.scrollbar = {}
self.scrollbar.win = nil
self.scrollbar.buf = vim.api.nvim_create_buf(false, true)
Expand Down

0 comments on commit f724edc

Please sign in to comment.