nvim: change toggleterm to a horizontal split
This commit is contained in:
@@ -12,7 +12,7 @@ return {
|
||||
'akinsho/toggleterm.nvim',
|
||||
config = function()
|
||||
require('toggleterm').setup{
|
||||
direction = 'float',
|
||||
direction = 'horizontal',
|
||||
float_opts = {
|
||||
border = 'single',
|
||||
width = 80,
|
||||
|
||||
Reference in New Issue
Block a user