local map = require 'config.helpers.keymap' local n = map 'n' local function get_opts() -- local tools = require 'rustaceanvim' ---@type RustaceanOpts return {} end return function() vim.g.rustaceanvim = get_opts end