From 179a06bc8b4b028960dc105feceb5a4b1cbcb41d Mon Sep 17 00:00:00 2001 From: gbprod Date: Mon, 3 Oct 2022 09:53:27 +0200 Subject: style: fix code styling according to Stylua --- lua/nvim-treesitter/parsers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index a19fcee87..dfa562961 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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) -- cgit v1.2.3-70-g09d2