mirror of
https://github.com/LucasVbr/dotfiles.git
synced 2026-05-13 17:12:10 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
"akinsho/toggleterm.nvim", -- Plugin toggleterm.nvim
|
||||
config = function()
|
||||
-- Configuration de toggleterm
|
||||
require("toggleterm").setup({
|
||||
open_mapping = [[<c-x>]], -- Raccourci pour ouvrir le terminal avec Ctrl+Enter
|
||||
direction = "horizontal", -- Choix : "horizontal", "vertical", "float"
|
||||
})
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user