Add news entry and update installation package installation direction to use xip

This commit is contained in:
Shahin 2017-05-18 21:42:22 +04:30
parent e5fa25f19d
commit 5527a8b84d
Failed to generate hash of commit
2 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,14 @@
**Added:** None
* Add `fzf-widgets` xontrib which provides fuzzy search productivity widgets
with on custom keybindings to xontrib list.
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None

View file

@ -264,7 +264,7 @@
"license": "GPLv3",
"url": "https://github.com/shahinism/xontrib-fzf-widgets",
"install": {
"pip": "pip install xontrib-fzf-widgets"
"pip": "xip install xontrib-fzf-widgets"
}
}
}