Advertisement
daskol

wtf.diff

Mar 24th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.41 KB | None | 0 0
  1. diff --git a/cmd/nvim-bnf/main.go b/cmd/nvim-bnf/main.go
  2. index 2366a6d..f1203c7 100644
  3. --- a/cmd/nvim-bnf/main.go
  4. +++ b/cmd/nvim-bnf/main.go
  5. @@ -6,9 +6,9 @@ import (
  6.     "errors"
  7.     "log"
  8.  
  9. +   "github.com/daskol/go-client/nvim"
  10. +   "github.com/daskol/go-client/nvim/plugin"
  11.     "github.com/daskol/nvim-bnf/bnf"
  12. -   "github.com/neovim/go-client/nvim"
  13. -   "github.com/neovim/go-client/nvim/plugin"
  14.  )
  15.  
  16.  var logger *Logger
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement