mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-30 07:46:35 +00:00
chore(nvim): configuration and plugin updates
This commit is contained in:
9
config/nvim/lua/plugins/tools.lua
Normal file
9
config/nvim/lua/plugins/tools.lua
Normal 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,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user