init.lua (82B)
1 local M = {} 2 3 M.ast_ns = vim.api.nvim_create_namespace('user-leap-ast') 4 5 return M