mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-12 04:52:53 +01:00
7 lines
118 B
Lua
7 lines
118 B
Lua
local nterm = require "neoterm"
|
|
|
|
nterm.setup {
|
|
clear_on_run = true,
|
|
mode = "vertical",
|
|
noinsert = true,
|
|
}
|