Skip to content

Commit

Permalink
add LoadAllPlugins() in buffer test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaluka committed Mar 27, 2024
1 parent b291f27 commit bd58097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/buffer/buffer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func init() {
config.InitRuntimeFiles()
config.InitPlugins()
config.InitGlobalSettings()
config.LoadAllPlugins()
config.GlobalSettings["backup"] = false
config.GlobalSettings["fastdirty"] = true
}
Expand Down

0 comments on commit bd58097

Please sign in to comment.