mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Add toggleterm plugin.
This commit is contained in:
parent
4e9ace97db
commit
6136f826db
2 changed files with 5 additions and 0 deletions
4
nvim/plugin/toggleterm.lua
Normal file
4
nvim/plugin/toggleterm.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
require("toggleterm").setup{
|
||||
size = 15,
|
||||
open_mapping = [[<C-\>]],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue