all repos

init.lua @ b33636790dfc5b6fd4c5c8c2e6bfc9e8c20421ce

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
fix line error
Author: neoteny ss2316544@gmail.com
Committed at: 2022-01-01 12:46:30 +0200
Parent: d69e665
M lua/globals.lua

@@ -1,3 +1,4 @@

+-- selene: allow(global_usage) function _G.term_cmd(cmd) require("toggleterm.terminal").Terminal:new({ cmd = cmd, hidden = true }):toggle() end