kterm remove un-needed pcals
This commit is contained in:
parent
eff0e4a012
commit
3fd08e75e9
|
|
@ -1,9 +1,3 @@
|
||||||
local present, kterm = pcall(require, "kterm")
|
|
||||||
|
|
||||||
if not present then
|
|
||||||
return
|
|
||||||
end
|
|
||||||
|
|
||||||
local options = {
|
local options = {
|
||||||
terminals = {
|
terminals = {
|
||||||
list = {},
|
list = {},
|
||||||
|
|
@ -27,4 +21,4 @@ local options = {
|
||||||
enable_new_mappings = true,
|
enable_new_mappings = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
kterm.setup(options)
|
require("kterm").setup(options)
|
||||||
|
|
|
||||||
Reference in New Issue