Changing floaterm to not lazy load as it messes with some other plugins.

This commit is contained in:
Finch 2024-03-06 12:32:06 -06:00
parent a6e9de00c1
commit d42f0429ab

View File

@ -4,4 +4,5 @@ return {
{ 't', ':FloatermToggle myfloat<CR>' },
{ '<ESC>', '<C-\\><C-n>:q<CR>', mode = 't' },
},
lazy = false,
}