nvim-terminal.lua (107B)
1 if not pcall(require, 'terminal') then 2 return 3 end 4 5 local terminal = require('terminal') 6 terminal.setup()