fix config not working in other dirs. whoops
This commit is contained in:
7
lua/core/overrides/smartsplits.lua
Normal file
7
lua/core/overrides/smartsplits.lua
Normal file
@ -0,0 +1,7 @@
|
||||
require('smart-splits').setup {
|
||||
resize_mode = {
|
||||
hooks = {
|
||||
on_leave = require('bufresize').register
|
||||
},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user