summaryrefslogtreecommitdiff
path: root/dotfiles/nvim/lua/master/plugins/toggleterm.lua
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-07-20 20:22:03 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-07-20 20:22:03 +0400
commitc419b97b5cc61127ca2b7f9839a588c2ee3e7353 (patch)
tree623e75923db712e700a447fbb48c0f7105836f8d /dotfiles/nvim/lua/master/plugins/toggleterm.lua
parent395efb9df45b2000ef6aa11d2c9b7b1904b8c586 (diff)
directory name changed from dotfiles to config
Diffstat (limited to 'dotfiles/nvim/lua/master/plugins/toggleterm.lua')
-rw-r--r--dotfiles/nvim/lua/master/plugins/toggleterm.lua13
1 files changed, 0 insertions, 13 deletions
diff --git a/dotfiles/nvim/lua/master/plugins/toggleterm.lua b/dotfiles/nvim/lua/master/plugins/toggleterm.lua
deleted file mode 100644
index 79c3488..0000000
--- a/dotfiles/nvim/lua/master/plugins/toggleterm.lua
+++ /dev/null
@@ -1,13 +0,0 @@
-require("toggleterm").setup{
- size = 6,
- open_mapping = [[<c-f>]],
- hide_numbers = true,
- shade_terminals = true,
- direction = "float",
-
- float_opts = {
- border = 'curved',
- winblend = 10, --transparency
- }
-
-}