dotfiles/nvim/lua/config/plugins/rustaceanvim.lua
2024-06-13 23:37:34 +02:00

15 lines
227 B
Lua

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