summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShougo Matsushita <Shougo.Matsu@gmail.com>2016-06-19 10:13:58 +0900
committerShougo Matsushita <Shougo.Matsu@gmail.com>2016-06-19 10:13:58 +0900
commitec718959fa5dd3134084d4688988bff9bc29682b (patch)
treeb7a1aa0237eddb4cfb8f436141a46ceb8e846eb5
parent0b84100ae775a6a1d1436c81a71bbeaeba241ab6 (diff)
downloaddeoplete.nvim-ec718959fa5dd3134084d4688988bff9bc29682b.zip
Update the documentation
-rw-r--r--doc/deoplete.txt18
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/deoplete.txt b/doc/deoplete.txt
index 4064464..bb9a5c9 100644
--- a/doc/deoplete.txt
+++ b/doc/deoplete.txt
@@ -868,9 +868,25 @@ https://github.com/landaire/deoplete-swift
neovim-intellij-complete-deoplete: "intellij" source for Intellij IDE
https://github.com/vhakulinen/neovim-intellij-complete-deoplete
-tmux-complete: "tmuxcomplete" source for tmux panes.
+tmux-complete: "tmuxcomplete" source for tmux panes
https://github.com/wellle/tmux-complete.vim
+deoplete-cpp: "cmake" and "cpp" and "identifier" sources for "cmake", "c",
+"cpp", "objc", "objcpp" and "arduino" filetypes
+https://github.com/kiddos/deoplete-cpp
+
+deoplete-github: "github" source for "gitcommit" filetype
+https://github.com/SevereOverfl0w/deoplete-github
+
+deoplete-flow: "flow" source for JavaScript
+https://github.com/steelsojka/deoplete-flow
+
+deoplete-d: "d" source for D language
+https://github.com/landaire/deoplete-d
+
+deoplete-rtags: "rtags" source for "c", "cpp", "objc" and "objcpp" filetypes.
+https://github.com/LuXuryPro/deoplete-rtags
+
==============================================================================
EXTERNAL PLUGINS *deoplete-external-plugins*