Skip to content

Commit

Permalink
remove InitPlugins() from 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 b6e6438
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/buffer/buffer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ type operation struct {
func init() {
ulua.L = lua.NewState()
config.InitRuntimeFiles()
config.InitPlugins()
config.InitGlobalSettings()
config.GlobalSettings["backup"] = false
config.GlobalSettings["fastdirty"] = true
Expand Down

0 comments on commit b6e6438

Please sign in to comment.