2026 nvim config
This commit is contained in:
13
lua/plugins/terminal.lua
Normal file
13
lua/plugins/terminal.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
return {
|
||||
"akinsho/toggleterm.nvim",
|
||||
version = "*",
|
||||
config = function()
|
||||
require("toggleterm").setup({
|
||||
size = 15,
|
||||
open_mapping = [[<C-\>]], -- toggle terminal with Ctrl + \
|
||||
direction = "horizontal", -- options: 'vertical', 'tab', 'float'
|
||||
shade_terminals = true,
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user