Skip to content

Commit

Permalink
term: use upstream toggleterm since fix was merged
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Apr 19, 2024
1 parent 9599119 commit 8459b99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/nxvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ local modules = {
-- File Tree
{ "nvim-neo-tree/neo-tree.nvim", dependencies = "MunifTanjim/nui.nvim", config = "plugins.neo-tree" },
-- Terminal
-- stylua: ignore
{ "ttytm/toggleterm.nvim", event = "VeryLazy", config = "plugins.toggleterm", branch = "fix/autochdir-for-custom-terminals" },
{ "akinsho/toggleterm.nvim", event = "VeryLazy", config = "plugins.toggleterm" },
{ "willothy/flatten.nvim", priority = 100, config = "plugins.flatten" },
-- Comments
{ "numToStr/Comment.nvim", event = "VeryLazy", config = "plugins.comment" },
Expand Down

0 comments on commit 8459b99

Please sign in to comment.