Add toggleterm.
This commit is contained in:
parent
5bc5a02f2d
commit
69a126dcb7
1 changed files with 8 additions and 0 deletions
8
lua/plugins/toggleterm.lua
Normal file
8
lua/plugins/toggleterm.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"akinsho/toggleterm.nvim",
|
||||
version = "*",
|
||||
opts = {
|
||||
open_mapping = [[<c-\>]],
|
||||
direction = "float",
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue