Skip to content

Commit

Permalink
term: use fork with fix for autochdir for custom terminals
Browse files Browse the repository at this point in the history
using fork until it's merged into upstream
  • Loading branch information
ttytm committed Mar 21, 2024
1 parent 3977b6d commit b5e624e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/nxvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ local modules = {
-- File Tree
{ "nvim-neo-tree/neo-tree.nvim", dependencies = "MunifTanjim/nui.nvim", config = "plugins.neo-tree" },
-- Terminal
{ "akinsho/toggleterm.nvim", event = "VeryLazy", config = "plugins.toggleterm" },
-- stylua: ignore
{ "ttytm/toggleterm.nvim", event = "VeryLazy", config = "plugins.toggleterm", branch = "fix/autochdir-for-custom-terminals" },
{ "willothy/flatten.nvim", priority = 100, config = "plugins.flatten" },
-- Comments
{ "numToStr/Comment.nvim", event = "VeryLazy", config = "plugins.comment" },
Expand Down

0 comments on commit b5e624e

Please sign in to comment.