mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-23 05:40:11 -04:00
fix(lua): fix some emmyluals warnings
This commit is contained in:
parent
9a51f860c1
commit
3cad4eb434
4 changed files with 28 additions and 31 deletions
|
|
@ -106,7 +106,7 @@ end, function(bufnr, root, lang)
|
|||
return tostring(bufnr) .. root:id() .. '_' .. lang
|
||||
end)
|
||||
|
||||
---@param lnum number (1-indexed)
|
||||
---@param lnum integer (1-indexed)
|
||||
---@return integer
|
||||
function M.get_indent(lnum)
|
||||
local bufnr = vim.api.nvim_get_current_buf()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue