chore: add type annotations

This commit is contained in:
James Trew
2024-01-09 23:04:37 -05:00
parent 4367e05c06
commit 772da88723
9 changed files with 147 additions and 19 deletions
+2
View File
@@ -8,6 +8,8 @@ local ns_telescope_selection = a.nvim_create_namespace "telescope_selection"
local ns_telescope_multiselection = a.nvim_create_namespace "telescope_multiselection"
local ns_telescope_entry = a.nvim_create_namespace "telescope_entry"
---@class TelescopeHighlighter
---@field picker TelescopeBasePicker
local Highlighter = {}
Highlighter.__index = Highlighter