nvim-treesitter/lua/nvim-treesitter.lua

11 lines
184 B
Lua
Raw Normal View History

local api = vim.api
local M = {}
-- This function sets up everythin needed for a given language
-- this is the main interface through the plugin
function M.setup(lang)
end
return M