From 0597e55a532d67982c8c4085f3846939756900cf Mon Sep 17 00:00:00 2001 From: lefv Date: Sun, 18 Feb 2024 13:39:52 -0500 Subject: [PATCH] fixed toggleterm. --- lazy-lock.json | 1 + lua/plugins/toggleterm.lua | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lazy-lock.json b/lazy-lock.json index 60c6ce4..86e8e65 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -40,6 +40,7 @@ "noice.nvim": { "branch": "main", "commit": "bf67d70bd7265d075191e7812d8eb42b9791f737" }, "nui.nvim": { "branch": "main", "commit": "c3c7fd618dcb5a89e443a2e1033e7d11fdb0596b" }, "nvim-cmp": { "branch": "main", "commit": "04e0ca376d6abdbfc8b52180f8ea236cbfddf782" }, + "nvim-dev-container": { "branch": "main", "commit": "b402695e7e53e6e576aeb5e460655dc4faa1cd8c" }, "nvim-lint": { "branch": "master", "commit": "31be66c27214174a28fc092ffcf4bb3e8f6cfd43" }, "nvim-lspconfig": { "branch": "master", "commit": "d1bab4cf4b69e49d6058028fd933d8ef5e74e680" }, "nvim-notify": { "branch": "master", "commit": "5371f4bfc1f6d3adf4fe9d62cd3a9d44356bfd15" }, diff --git a/lua/plugins/toggleterm.lua b/lua/plugins/toggleterm.lua index 7263829..9e71e1e 100644 --- a/lua/plugins/toggleterm.lua +++ b/lua/plugins/toggleterm.lua @@ -1,7 +1,6 @@ return { -- amongst your other plugins - {'akinsho/toggleterm.nvim', version = "*", config = true} + { "akinsho/toggleterm.nvim", version = "*", config = true }, -- or - {'akinsho/toggleterm.nvim', version = "*", opts = {--[[ things you want to change go here]]}} + -- {'akinsho/toggleterm.nvim', version = "*", opts = {--[[ things you want to change go here]]}} } -