update
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
local M = {}
|
||||
|
||||
-- fallback for vim without tree-sitter
|
||||
function M.get(C)
|
||||
return {}
|
||||
end
|
||||
|
||||
return M
|
||||
|
||||
Reference in New Issue
Block a user