Changing floaterm to not lazy load as it messes with some other plugins.
This commit is contained in:
parent
a6e9de00c1
commit
d42f0429ab
@ -4,4 +4,5 @@ return {
|
||||
{ 't', ':FloatermToggle myfloat<CR>' },
|
||||
{ '<ESC>', '<C-\\><C-n>:q<CR>', mode = 't' },
|
||||
},
|
||||
lazy = false,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user