mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-18 00:57:12 +00:00
Lazy git commit
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
local ok, toggleterm = pcall(require, "toggleterm")
|
||||
if not ok then
|
||||
return
|
||||
end
|
||||
|
||||
toggleterm.setup({
|
||||
open_mapping = [[<C-\>]],
|
||||
hide_numbers = true,
|
||||
start_in_insert = true,
|
||||
direction = "float",
|
||||
close_on_exit = true,
|
||||
shell = vim.o.shell,
|
||||
float_opts = {
|
||||
border = "curved",
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user