Update stuff

This commit is contained in:
Anders Holmberg 2024-03-03 09:05:47 +01:00
parent 465d6f25c2
commit 1572294529
2 changed files with 42 additions and 6 deletions

View file

@ -2,4 +2,17 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return {
{
'akinsho/toggleterm.nvim',
version = '*',
config = true,
opts = {
direction = 'float',
float_opts = {
border = 'curved',
},
persist_mode = true,
},
},
}