diff options
| author | Santos Gallegos <stsewd@protonmail.com> | 2021-11-16 21:19:51 -0500 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-11-18 09:26:01 +0100 |
| commit | 1e5e028cb7b0c4ed20b05d4d71b5142392c5e7d0 (patch) | |
| tree | 4a3145214af4c1424d6a4c1355be9c6235e14a2b /lua | |
| parent | d78fb79ed6f3e5260db48f352d8dcbd3e82935a3 (diff) | |
Format with stylua
CI is failing for stylua due to this.
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index cb2399bc..a5e1b614 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -792,9 +792,7 @@ function M.available_parsers() else return vim.tbl_filter(function(p) return not M.list[p].install_info.requires_generate_from_grammar - end, vim.tbl_keys( - M.list - )) + end, vim.tbl_keys(M.list)) end end |
