mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
style: fix code styling according to Stylua
This commit is contained in:
parent
d8a695a1ac
commit
179a06bc8b
1 changed files with 1 additions and 1 deletions
|
|
@ -1259,7 +1259,7 @@ function M.ft_to_lang(ft)
|
|||
end
|
||||
|
||||
function M.available_parsers()
|
||||
if vim.fn.executable("tree-sitter") == 1 and vim.fn.executable("node") == 1 then
|
||||
if vim.fn.executable "tree-sitter" == 1 and vim.fn.executable "node" == 1 then
|
||||
return vim.tbl_keys(M.list)
|
||||
else
|
||||
return vim.tbl_filter(function(p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue