diff options
| author | Saumit <justsaumit@protonmail.com> | 2026-01-31 21:21:10 +0530 |
|---|---|---|
| committer | Saumit <justsaumit@protonmail.com> | 2026-01-31 21:21:10 +0530 |
| commit | 07fd93da1f2377d6fdc9e6dd59ea56db9a04bcc4 (patch) | |
| tree | 736b1914db16942e7065d86d5907b32a87d24377 /.config/nvim/lua/justsaumit/toggleterm-config.lua | |
| parent | 4f3b467b9d33d0da2284da74a484f23750f1ea11 (diff) | |
stow: Using GNU Stow
Diffstat (limited to '.config/nvim/lua/justsaumit/toggleterm-config.lua')
| -rw-r--r-- | .config/nvim/lua/justsaumit/toggleterm-config.lua | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.config/nvim/lua/justsaumit/toggleterm-config.lua b/.config/nvim/lua/justsaumit/toggleterm-config.lua deleted file mode 100644 index b1579cd..0000000 --- a/.config/nvim/lua/justsaumit/toggleterm-config.lua +++ /dev/null @@ -1,16 +0,0 @@ -require'toggleterm'.setup{ - size = 20, - open_mapping = [[<c-\>]], - hide_numbers = true, -- hide the number column in toggleterm buffers - shade_filetypes = {}, - autochdir = false, - shade_terminals = true, - shading_factor = 1, - start_in_insert = true, - insert_mappings = true, -- whether or not the open mapping applies in insert mode - terminal_mappings = true, -- whether or not the open mapping applies in the opened terminals - persist_size = true, - direction = 'horizontal', - close_on_exit = true, - shell = '/usr/bin/zsh', -} |
