nvim/lua/custom/plugins/wezterm.lua
Jeremie Fraeys 6c762c436a
Some checks failed
Luacheck / luacheck (push) Failing after 4s
StyLua / stylua (push) Failing after 2s
fix: endx typo in lsp-servers.lua
2026-02-08 15:08:04 -05:00

6 lines
83 B
Lua

return {
'willothy/wezterm.nvim',
opts = {
create_commands = false,
},
}