nvim: add toggleterm
This commit is contained in:
parent
cbf8c1cd3d
commit
c785d3927c
@ -174,6 +174,15 @@ require('lazy').setup({
|
|||||||
-- Configuration here, or leave empty to use defaults
|
-- Configuration here, or leave empty to use defaults
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
'akinsho/toggleterm.nvim',
|
||||||
|
version = "*",
|
||||||
|
opts = {
|
||||||
|
direction = "float",
|
||||||
|
open_mapping = [[<C-\>]],
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
-- See: https://github.com/folke/lazy.nvim#-structuring-your-plugins
|
-- See: https://github.com/folke/lazy.nvim#-structuring-your-plugins
|
||||||
|
Loading…
x
Reference in New Issue
Block a user