feat: Added floating terminal module

This commit is contained in:
Joshua Molloy 2025-03-05 16:51:54 +00:00
parent 2b754cccc0
commit 30b3b50227
2 changed files with 75 additions and 0 deletions

View file

@ -819,5 +819,6 @@ require('lazy').setup {
{ import = 'custom.plugins' },
}
require 'custom.floating-terminal'
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et