added toggleterm
This commit is contained in:
parent
c779245033
commit
67be49cbfe
3 changed files with 15 additions and 6 deletions
7
lua/custom/plugins/toggleterm.lua
Normal file
7
lua/custom/plugins/toggleterm.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'akinsho/toggleterm.nvim',
|
||||
version = "*",
|
||||
config=true,
|
||||
keys = { {'<leader>t', ":ToggleTerm size=15<cr>"},}
|
||||
}
|
||||
|
||||
1
lua/custom/plugins/transparent.lua
Normal file
1
lua/custom/plugins/transparent.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { "xiyaowong/transparent.nvim" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue