config update

This commit is contained in:
Aéna Aria 2025-12-07 16:47:15 +01:00
parent bf6410eaae
commit 8ef169d11b

View file

@ -2,4 +2,6 @@
-- I promise not to create any merge conflicts in this directory :) -- I promise not to create any merge conflicts in this directory :)
-- --
-- See the kickstart.nvim README for more information -- See the kickstart.nvim README for more information
return {} return {
{ 'akinsho/toggleterm.nvim', version = '*', opts = { open_mapping = [[<c-\>]] } },
}