mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
reorg
This commit is contained in:
parent
4c341f6650
commit
f6a92831f4
10 changed files with 290 additions and 43 deletions
5
config/lua/toggleterm-conf.lua
Executable file
5
config/lua/toggleterm-conf.lua
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
require("toggleterm").setup{
|
||||
open_mapping = [[<leader>t]],
|
||||
shade_terminals = true,
|
||||
size = vim.o.lines * 0.4
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue