diff options
| author | Lewis Russell <lewis6991@gmail.com> | 2022-10-31 10:52:52 +0000 |
|---|---|---|
| committer | Christian Clason <christian.clason@uni-due.de> | 2022-10-31 12:00:45 +0100 |
| commit | 0948bf22745f1d80572e2b46ed547c7c8674cca9 (patch) | |
| tree | 6bd8d49b094b36a61e9a38b1f1b2d04004330ca4 /lua/nvim-treesitter/fold.lua | |
| parent | 4392211d77a11f3f4806c963ff904506cb649a1f (diff) | |
feat(emmy): add emmylua annotations
Diffstat (limited to 'lua/nvim-treesitter/fold.lua')
| -rw-r--r-- | lua/nvim-treesitter/fold.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/fold.lua b/lua/nvim-treesitter/fold.lua index 1f417414..50272622 100644 --- a/lua/nvim-treesitter/fold.lua +++ b/lua/nvim-treesitter/fold.lua @@ -102,6 +102,8 @@ local folds_levels = tsutils.memoize_by_buf_tick(function(bufnr) return levels end) +---@param lnum integer +---@return string function M.get_fold_indic(lnum) if not parsers.has_parser() or not lnum then return "0" |
