Files
neovim-config/lua/plugins/toggleterm.lua
Saeed Afzal bfcdea9887 Update
2024-01-08 21:16:52 +00:00

12 lines
206 B
Lua

return {
"akinsho/toggleterm.nvim",
version = "*",
opts = {
open_mapping = [[<c-t>]],
direction = "float",
float_opts = {
border = "curved"
}
}
}