📦 Initial Commit
This commit is contained in:
parent
5125fd927a
commit
e77acb091e
23 changed files with 516 additions and 24 deletions
27
lua/custom/plugins/terminal.lua
Normal file
27
lua/custom/plugins/terminal.lua
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
return {
|
||||
"numToStr/FTerm.nvim",
|
||||
opts = {
|
||||
cmd = "bash",
|
||||
blend = 50,
|
||||
width = function()
|
||||
return vim.opt.columns * 20
|
||||
end,
|
||||
}
|
||||
}
|
||||
-- return {
|
||||
-- "akinsho/toggleterm.nvim",
|
||||
-- -- cmd = { "ToggleTerm", "TermExec" },
|
||||
-- opts = {
|
||||
-- size = function()
|
||||
-- return vim.opt.columns * 20
|
||||
-- end,
|
||||
-- hide_numbers = false,
|
||||
-- shading_factor = 2,
|
||||
-- direction = "float",
|
||||
-- float_opts = {
|
||||
-- border = "curved",
|
||||
-- highlights = { border = "Normal", background = "Normal" },
|
||||
-- },
|
||||
-- },
|
||||
-- }
|
||||
--
|
||||
Loading…
Add table
Add a link
Reference in a new issue