chore(nvim): configuration and plugin updates

This commit is contained in:
2023-09-20 08:27:14 +03:00
parent 6f3f977100
commit 43df368ec1
7 changed files with 81 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
return {
-- A neovim lua plugin to help easily manage multiple terminal windows
-- https://github.com/akinsho/toggleterm.nvim
{
"akinsho/toggleterm.nvim",
version = "*",
config = true,
},
}