Skip to content

Commit

Permalink
add deoplete sources
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Oct 2, 2019
1 parent 555878f commit a52d677
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions nix/sources.json
Expand Up @@ -76,6 +76,18 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
"vim": "true"
},
"deoplete-emoji": {
"branch": "master",
"description": "Deoplete source for emoji codes",
"homepage": "",
"owner": "fszymanski",
"repo": "deoplete-emoji",
"rev": "1dfa2da6ae3ee146ddfbfdba48cf45f0c1d57d7d",
"sha256": "0drqbdmy8igq6rv7s2qlxsp391pydcynlr9gkaadzrg7pk4nlgsb",
"type": "tarball",
"url": "https://github.com/fszymanski/deoplete-emoji/archive/1dfa2da6ae3ee146ddfbfdba48cf45f0c1d57d7d.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"deoplete.nvim": {
"branch": "master",
"description": ":stars: Dark powered asynchronous completion framework for neovim/Vim8",
Expand Down Expand Up @@ -140,6 +152,19 @@
"url": "https://github.com/target/lorri/archive/38eae3d487526ece9d1b8c9bb0d27fb45cf60816.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"neco-syntax": {
"branch": "master",
"description": "Syntax source for neocomplete/deoplete/ncm",
"homepage": "",
"owner": "Shougo",
"repo": "neco-syntax",
"rev": "98cba4a98a4f44dcff80216d0b4aa6f41c2ce3e3",
"sha256": "1cjcbgx3h00g91ifgw30q5n97x4nprsr4kwirydws79fcs4vkgip",
"type": "tarball",
"url": "https://github.com/Shougo/neco-syntax/archive/98cba4a98a4f44dcff80216d0b4aa6f41c2ce3e3.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
"vim": "true"
},
"neoformat": {
"branch": "master",
"description": "TODO",
Expand Down

0 comments on commit a52d677

Please sign in to comment.