Skip to content

Commit

Permalink
refactor: make toggleterm float
Browse files Browse the repository at this point in the history
  • Loading branch information
henry40408 committed Oct 15, 2024
1 parent b33bd8e commit b701a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/common/neovim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ end)
add({ source = "akinsho/toggleterm.nvim", commit = "137d06f" })
later(function()
require("toggleterm").setup({
direction = "horizontal",
direction = "float",
open_mapping = [[<c-\>]],
})
-- terminal mappings
Expand Down

0 comments on commit b701a97

Please sign in to comment.