config/nvim/lua/repl_cfg.lua

9 lines
181 B
Lua
Raw Normal View History

2022-07-06 17:50:17 +00:00
-- Configuration for repl.nvim's REPLs
-- REPL setup
vim.g.repl = {
["python"] = {["syntax"] = "python"},
["racket"] = {["syntax"] = "scheme"},
["lua"] = {["syntax"] = "lua"}
}