Doc for plugins now in nvim. Added sudo :w with :W and :WQ
This commit is contained in:
parent
772ff2fd10
commit
4c37e2f476
13 changed files with 818 additions and 2 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -31,3 +31,9 @@
|
||||||
[submodule "pack/plugins/start/vim-go"]
|
[submodule "pack/plugins/start/vim-go"]
|
||||||
path = pack/plugins/start/vim-go
|
path = pack/plugins/start/vim-go
|
||||||
url = https://github.com/fatih/vim-go.git
|
url = https://github.com/fatih/vim-go.git
|
||||||
|
[submodule "pack/plugins/start/denite.nvim"]
|
||||||
|
path = pack/plugins/start/denite.nvim
|
||||||
|
url = https://github.com/Shougo/denite.nvim
|
||||||
|
[submodule "pack/plugins/start/suda.vim"]
|
||||||
|
path = pack/plugins/start/suda.vim
|
||||||
|
url = https://github.com/lambdalisue/suda.vim
|
||||||
|
|
1
doc/airline.txt
Symbolic link
1
doc/airline.txt
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../autostart/vim-airline/doc/airline.txt
|
1
doc/denite.txt
Symbolic link
1
doc/denite.txt
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../autostart/denite.nvim/doc/denite.txt
|
1
doc/editorconfig.txt
Symbolic link
1
doc/editorconfig.txt
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../autostart/vim-editorconfig/doc/editorconfig.txt
|
1
doc/grepper.txt
Symbolic link
1
doc/grepper.txt
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../autostart/vim-grepper/doc/grepper.txt
|
1
doc/suda.txt
Symbolic link
1
doc/suda.txt
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../autostart/suda.vim/doc/suda.txt
|
788
doc/tags
Normal file
788
doc/tags
Normal file
|
@ -0,0 +1,788 @@
|
||||||
|
'g:go_addtags_transform' vim-go.txt /*'g:go_addtags_transform'*
|
||||||
|
'g:go_alternate_mode' vim-go.txt /*'g:go_alternate_mode'*
|
||||||
|
'g:go_asmfmt_autosave' vim-go.txt /*'g:go_asmfmt_autosave'*
|
||||||
|
'g:go_auto_sameids' vim-go.txt /*'g:go_auto_sameids'*
|
||||||
|
'g:go_auto_type_info' vim-go.txt /*'g:go_auto_type_info'*
|
||||||
|
'g:go_autodetect_gopath' vim-go.txt /*'g:go_autodetect_gopath'*
|
||||||
|
'g:go_bin_path' vim-go.txt /*'g:go_bin_path'*
|
||||||
|
'g:go_build_tags' vim-go.txt /*'g:go_build_tags'*
|
||||||
|
'g:go_code_completion_enabled' vim-go.txt /*'g:go_code_completion_enabled'*
|
||||||
|
'g:go_debug' vim-go.txt /*'g:go_debug'*
|
||||||
|
'g:go_debug_address' vim-go.txt /*'g:go_debug_address'*
|
||||||
|
'g:go_debug_log_output' vim-go.txt /*'g:go_debug_log_output'*
|
||||||
|
'g:go_debug_windows' vim-go.txt /*'g:go_debug_windows'*
|
||||||
|
'g:go_decls_includes' vim-go.txt /*'g:go_decls_includes'*
|
||||||
|
'g:go_decls_mode' vim-go.txt /*'g:go_decls_mode'*
|
||||||
|
'g:go_def_mapping_enabled' vim-go.txt /*'g:go_def_mapping_enabled'*
|
||||||
|
'g:go_def_mode' vim-go.txt /*'g:go_def_mode'*
|
||||||
|
'g:go_def_reuse_buffer' vim-go.txt /*'g:go_def_reuse_buffer'*
|
||||||
|
'g:go_doc_height' vim-go.txt /*'g:go_doc_height'*
|
||||||
|
'g:go_doc_keywordprg_enabled' vim-go.txt /*'g:go_doc_keywordprg_enabled'*
|
||||||
|
'g:go_doc_url' vim-go.txt /*'g:go_doc_url'*
|
||||||
|
'g:go_echo_command_info' vim-go.txt /*'g:go_echo_command_info'*
|
||||||
|
'g:go_echo_go_info' vim-go.txt /*'g:go_echo_go_info'*
|
||||||
|
'g:go_fmt_autosave' vim-go.txt /*'g:go_fmt_autosave'*
|
||||||
|
'g:go_fmt_command' vim-go.txt /*'g:go_fmt_command'*
|
||||||
|
'g:go_fmt_experimental' vim-go.txt /*'g:go_fmt_experimental'*
|
||||||
|
'g:go_fmt_fail_silently' vim-go.txt /*'g:go_fmt_fail_silently'*
|
||||||
|
'g:go_fmt_options' vim-go.txt /*'g:go_fmt_options'*
|
||||||
|
'g:go_fold_enable' vim-go.txt /*'g:go_fold_enable'*
|
||||||
|
'g:go_get_update' vim-go.txt /*'g:go_get_update'*
|
||||||
|
'g:go_gocode_propose_builtins' vim-go.txt /*'g:go_gocode_propose_builtins'*
|
||||||
|
'g:go_gocode_propose_source' vim-go.txt /*'g:go_gocode_propose_source'*
|
||||||
|
'g:go_gocode_socket_type' vim-go.txt /*'g:go_gocode_socket_type'*
|
||||||
|
'g:go_gocode_unimported_packages' vim-go.txt /*'g:go_gocode_unimported_packages'*
|
||||||
|
'g:go_gorename_prefill' vim-go.txt /*'g:go_gorename_prefill'*
|
||||||
|
'g:go_guru_scope' vim-go.txt /*'g:go_guru_scope'*
|
||||||
|
'g:go_highlight_array_whitespace_error' vim-go.txt /*'g:go_highlight_array_whitespace_error'*
|
||||||
|
'g:go_highlight_build_constraints' vim-go.txt /*'g:go_highlight_build_constraints'*
|
||||||
|
'g:go_highlight_chan_whitespace_error' vim-go.txt /*'g:go_highlight_chan_whitespace_error'*
|
||||||
|
'g:go_highlight_debug' vim-go.txt /*'g:go_highlight_debug'*
|
||||||
|
'g:go_highlight_extra_types' vim-go.txt /*'g:go_highlight_extra_types'*
|
||||||
|
'g:go_highlight_fields' vim-go.txt /*'g:go_highlight_fields'*
|
||||||
|
'g:go_highlight_format_strings' vim-go.txt /*'g:go_highlight_format_strings'*
|
||||||
|
'g:go_highlight_function_calls' vim-go.txt /*'g:go_highlight_function_calls'*
|
||||||
|
'g:go_highlight_function_parameters' vim-go.txt /*'g:go_highlight_function_parameters'*
|
||||||
|
'g:go_highlight_functions' vim-go.txt /*'g:go_highlight_functions'*
|
||||||
|
'g:go_highlight_generate_tags' vim-go.txt /*'g:go_highlight_generate_tags'*
|
||||||
|
'g:go_highlight_operators' vim-go.txt /*'g:go_highlight_operators'*
|
||||||
|
'g:go_highlight_space_tab_error' vim-go.txt /*'g:go_highlight_space_tab_error'*
|
||||||
|
'g:go_highlight_string_spellcheck' vim-go.txt /*'g:go_highlight_string_spellcheck'*
|
||||||
|
'g:go_highlight_trailing_whitespace_error' vim-go.txt /*'g:go_highlight_trailing_whitespace_error'*
|
||||||
|
'g:go_highlight_types' vim-go.txt /*'g:go_highlight_types'*
|
||||||
|
'g:go_highlight_variable_assignments' vim-go.txt /*'g:go_highlight_variable_assignments'*
|
||||||
|
'g:go_highlight_variable_declarations' vim-go.txt /*'g:go_highlight_variable_declarations'*
|
||||||
|
'g:go_info_mode' vim-go.txt /*'g:go_info_mode'*
|
||||||
|
'g:go_jump_to_error' vim-go.txt /*'g:go_jump_to_error'*
|
||||||
|
'g:go_list_autoclose' vim-go.txt /*'g:go_list_autoclose'*
|
||||||
|
'g:go_list_height' vim-go.txt /*'g:go_list_height'*
|
||||||
|
'g:go_list_type' vim-go.txt /*'g:go_list_type'*
|
||||||
|
'g:go_list_type_commands' vim-go.txt /*'g:go_list_type_commands'*
|
||||||
|
'g:go_metalinter_autosave' vim-go.txt /*'g:go_metalinter_autosave'*
|
||||||
|
'g:go_metalinter_autosave_enabled' vim-go.txt /*'g:go_metalinter_autosave_enabled'*
|
||||||
|
'g:go_metalinter_command' vim-go.txt /*'g:go_metalinter_command'*
|
||||||
|
'g:go_metalinter_deadline' vim-go.txt /*'g:go_metalinter_deadline'*
|
||||||
|
'g:go_metalinter_disabled' vim-go.txt /*'g:go_metalinter_disabled'*
|
||||||
|
'g:go_metalinter_enabled' vim-go.txt /*'g:go_metalinter_enabled'*
|
||||||
|
'g:go_mod_fmt_autosave' vim-go.txt /*'g:go_mod_fmt_autosave'*
|
||||||
|
'g:go_null_module_warning' vim-go.txt /*'g:go_null_module_warning'*
|
||||||
|
'g:go_play_browser_command' vim-go.txt /*'g:go_play_browser_command'*
|
||||||
|
'g:go_play_open_browser' vim-go.txt /*'g:go_play_open_browser'*
|
||||||
|
'g:go_search_bin_path_first' vim-go.txt /*'g:go_search_bin_path_first'*
|
||||||
|
'g:go_snippet_engine' vim-go.txt /*'g:go_snippet_engine'*
|
||||||
|
'g:go_statusline_duration' vim-go.txt /*'g:go_statusline_duration'*
|
||||||
|
'g:go_template_autocreate' vim-go.txt /*'g:go_template_autocreate'*
|
||||||
|
'g:go_template_file' vim-go.txt /*'g:go_template_file'*
|
||||||
|
'g:go_template_test_file' vim-go.txt /*'g:go_template_test_file'*
|
||||||
|
'g:go_template_use_pkg' vim-go.txt /*'g:go_template_use_pkg'*
|
||||||
|
'g:go_term_enabled' vim-go.txt /*'g:go_term_enabled'*
|
||||||
|
'g:go_term_height' vim-go.txt /*'g:go_term_height'*
|
||||||
|
'g:go_term_mode' vim-go.txt /*'g:go_term_mode'*
|
||||||
|
'g:go_term_width' vim-go.txt /*'g:go_term_width'*
|
||||||
|
'g:go_test_show_name' vim-go.txt /*'g:go_test_show_name'*
|
||||||
|
'g:go_test_timeout' vim-go.txt /*'g:go_test_timeout'*
|
||||||
|
'g:go_textobj_enabled' vim-go.txt /*'g:go_textobj_enabled'*
|
||||||
|
'g:go_textobj_include_function_doc' vim-go.txt /*'g:go_textobj_include_function_doc'*
|
||||||
|
'g:go_textobj_include_variable' vim-go.txt /*'g:go_textobj_include_variable'*
|
||||||
|
'g:go_updatetime' vim-go.txt /*'g:go_updatetime'*
|
||||||
|
'g:go_version_warning' vim-go.txt /*'g:go_version_warning'*
|
||||||
|
(go-alternate-edit) vim-go.txt /*(go-alternate-edit)*
|
||||||
|
(go-alternate-split) vim-go.txt /*(go-alternate-split)*
|
||||||
|
(go-alternate-vertical) vim-go.txt /*(go-alternate-vertical)*
|
||||||
|
(go-build) vim-go.txt /*(go-build)*
|
||||||
|
(go-callees) vim-go.txt /*(go-callees)*
|
||||||
|
(go-callers) vim-go.txt /*(go-callers)*
|
||||||
|
(go-callstack) vim-go.txt /*(go-callstack)*
|
||||||
|
(go-channelpeers) vim-go.txt /*(go-channelpeers)*
|
||||||
|
(go-coverage) vim-go.txt /*(go-coverage)*
|
||||||
|
(go-coverage-clear) vim-go.txt /*(go-coverage-clear)*
|
||||||
|
(go-coverage-toggle) vim-go.txt /*(go-coverage-toggle)*
|
||||||
|
(go-debug-breakpoint) vim-go.txt /*(go-debug-breakpoint)*
|
||||||
|
(go-debug-continue) vim-go.txt /*(go-debug-continue)*
|
||||||
|
(go-debug-next) vim-go.txt /*(go-debug-next)*
|
||||||
|
(go-debug-print) vim-go.txt /*(go-debug-print)*
|
||||||
|
(go-debug-step) vim-go.txt /*(go-debug-step)*
|
||||||
|
(go-debug-stepout) vim-go.txt /*(go-debug-stepout)*
|
||||||
|
(go-debug-stop) vim-go.txt /*(go-debug-stop)*
|
||||||
|
(go-def) vim-go.txt /*(go-def)*
|
||||||
|
(go-def-pop) vim-go.txt /*(go-def-pop)*
|
||||||
|
(go-def-split) vim-go.txt /*(go-def-split)*
|
||||||
|
(go-def-stack) vim-go.txt /*(go-def-stack)*
|
||||||
|
(go-def-stack-clear) vim-go.txt /*(go-def-stack-clear)*
|
||||||
|
(go-def-tab) vim-go.txt /*(go-def-tab)*
|
||||||
|
(go-def-vertical) vim-go.txt /*(go-def-vertical)*
|
||||||
|
(go-deps) vim-go.txt /*(go-deps)*
|
||||||
|
(go-describe) vim-go.txt /*(go-describe)*
|
||||||
|
(go-doc) vim-go.txt /*(go-doc)*
|
||||||
|
(go-doc-browser) vim-go.txt /*(go-doc-browser)*
|
||||||
|
(go-doc-split) vim-go.txt /*(go-doc-split)*
|
||||||
|
(go-doc-tab) vim-go.txt /*(go-doc-tab)*
|
||||||
|
(go-doc-vertical) vim-go.txt /*(go-doc-vertical)*
|
||||||
|
(go-files) vim-go.txt /*(go-files)*
|
||||||
|
(go-freevars) vim-go.txt /*(go-freevars)*
|
||||||
|
(go-generate) vim-go.txt /*(go-generate)*
|
||||||
|
(go-iferr) vim-go.txt /*(go-iferr)*
|
||||||
|
(go-implements) vim-go.txt /*(go-implements)*
|
||||||
|
(go-import) vim-go.txt /*(go-import)*
|
||||||
|
(go-imports) vim-go.txt /*(go-imports)*
|
||||||
|
(go-info) vim-go.txt /*(go-info)*
|
||||||
|
(go-install) vim-go.txt /*(go-install)*
|
||||||
|
(go-lint) vim-go.txt /*(go-lint)*
|
||||||
|
(go-metalinter) vim-go.txt /*(go-metalinter)*
|
||||||
|
(go-mod-fmt) vim-go.txt /*(go-mod-fmt)*
|
||||||
|
(go-pointsto) vim-go.txt /*(go-pointsto)*
|
||||||
|
(go-referrers) vim-go.txt /*(go-referrers)*
|
||||||
|
(go-rename) vim-go.txt /*(go-rename)*
|
||||||
|
(go-run) vim-go.txt /*(go-run)*
|
||||||
|
(go-run-split) vim-go.txt /*(go-run-split)*
|
||||||
|
(go-run-tab) vim-go.txt /*(go-run-tab)*
|
||||||
|
(go-run-vertical) vim-go.txt /*(go-run-vertical)*
|
||||||
|
(go-test) vim-go.txt /*(go-test)*
|
||||||
|
(go-test-compile) vim-go.txt /*(go-test-compile)*
|
||||||
|
(go-test-func) vim-go.txt /*(go-test-func)*
|
||||||
|
(go-vet) vim-go.txt /*(go-vet)*
|
||||||
|
:AirlineExtensions airline.txt /*:AirlineExtensions*
|
||||||
|
:AirlineRefresh airline.txt /*:AirlineRefresh*
|
||||||
|
:AirlineTheme airline.txt /*:AirlineTheme*
|
||||||
|
:AirlineToggle airline.txt /*:AirlineToggle*
|
||||||
|
:AirlineToggleWhitespace airline.txt /*:AirlineToggleWhitespace*
|
||||||
|
:AsmFmt vim-go.txt /*:AsmFmt*
|
||||||
|
:Denite denite.txt /*:Denite*
|
||||||
|
:DeniteBufferDir denite.txt /*:DeniteBufferDir*
|
||||||
|
:DeniteCursorWord denite.txt /*:DeniteCursorWord*
|
||||||
|
:DeniteProjectDir denite.txt /*:DeniteProjectDir*
|
||||||
|
:GoAddTags vim-go.txt /*:GoAddTags*
|
||||||
|
:GoAlternate vim-go.txt /*:GoAlternate*
|
||||||
|
:GoAsmFmtAutoSaveToggle vim-go.txt /*:GoAsmFmtAutoSaveToggle*
|
||||||
|
:GoAutoTypeInfoToggle vim-go.txt /*:GoAutoTypeInfoToggle*
|
||||||
|
:GoBuild vim-go.txt /*:GoBuild*
|
||||||
|
:GoBuildTags vim-go.txt /*:GoBuildTags*
|
||||||
|
:GoCallees vim-go.txt /*:GoCallees*
|
||||||
|
:GoCallers vim-go.txt /*:GoCallers*
|
||||||
|
:GoCallstack vim-go.txt /*:GoCallstack*
|
||||||
|
:GoChannelPeers vim-go.txt /*:GoChannelPeers*
|
||||||
|
:GoCoverage vim-go.txt /*:GoCoverage*
|
||||||
|
:GoCoverageBrowser vim-go.txt /*:GoCoverageBrowser*
|
||||||
|
:GoCoverageClear vim-go.txt /*:GoCoverageClear*
|
||||||
|
:GoCoverageToggle vim-go.txt /*:GoCoverageToggle*
|
||||||
|
:GoDebugBreakpoint vim-go.txt /*:GoDebugBreakpoint*
|
||||||
|
:GoDebugContinue vim-go.txt /*:GoDebugContinue*
|
||||||
|
:GoDebugNext vim-go.txt /*:GoDebugNext*
|
||||||
|
:GoDebugPrint vim-go.txt /*:GoDebugPrint*
|
||||||
|
:GoDebugRestart vim-go.txt /*:GoDebugRestart*
|
||||||
|
:GoDebugSet vim-go.txt /*:GoDebugSet*
|
||||||
|
:GoDebugStart vim-go.txt /*:GoDebugStart*
|
||||||
|
:GoDebugStep vim-go.txt /*:GoDebugStep*
|
||||||
|
:GoDebugStepOut vim-go.txt /*:GoDebugStepOut*
|
||||||
|
:GoDebugStop vim-go.txt /*:GoDebugStop*
|
||||||
|
:GoDebugTest vim-go.txt /*:GoDebugTest*
|
||||||
|
:GoDecls vim-go.txt /*:GoDecls*
|
||||||
|
:GoDeclsDir vim-go.txt /*:GoDeclsDir*
|
||||||
|
:GoDef vim-go.txt /*:GoDef*
|
||||||
|
:GoDefPop vim-go.txt /*:GoDefPop*
|
||||||
|
:GoDefStack vim-go.txt /*:GoDefStack*
|
||||||
|
:GoDefStackClear vim-go.txt /*:GoDefStackClear*
|
||||||
|
:GoDefType vim-go.txt /*:GoDefType*
|
||||||
|
:GoDeps vim-go.txt /*:GoDeps*
|
||||||
|
:GoDescribe vim-go.txt /*:GoDescribe*
|
||||||
|
:GoDoc vim-go.txt /*:GoDoc*
|
||||||
|
:GoDocBrowser vim-go.txt /*:GoDocBrowser*
|
||||||
|
:GoDrop vim-go.txt /*:GoDrop*
|
||||||
|
:GoErrCheck vim-go.txt /*:GoErrCheck*
|
||||||
|
:GoFiles vim-go.txt /*:GoFiles*
|
||||||
|
:GoFillStruct vim-go.txt /*:GoFillStruct*
|
||||||
|
:GoFmt vim-go.txt /*:GoFmt*
|
||||||
|
:GoFmtAutoSaveToggle vim-go.txt /*:GoFmtAutoSaveToggle*
|
||||||
|
:GoFreevars vim-go.txt /*:GoFreevars*
|
||||||
|
:GoGenerate vim-go.txt /*:GoGenerate*
|
||||||
|
:GoGuruScope vim-go.txt /*:GoGuruScope*
|
||||||
|
:GoIfErr vim-go.txt /*:GoIfErr*
|
||||||
|
:GoImpl vim-go.txt /*:GoImpl*
|
||||||
|
:GoImplements vim-go.txt /*:GoImplements*
|
||||||
|
:GoImport vim-go.txt /*:GoImport*
|
||||||
|
:GoImportAs vim-go.txt /*:GoImportAs*
|
||||||
|
:GoImports vim-go.txt /*:GoImports*
|
||||||
|
:GoInfo vim-go.txt /*:GoInfo*
|
||||||
|
:GoInstall vim-go.txt /*:GoInstall*
|
||||||
|
:GoInstallBinaries vim-go.txt /*:GoInstallBinaries*
|
||||||
|
:GoKeyify vim-go.txt /*:GoKeyify*
|
||||||
|
:GoLint vim-go.txt /*:GoLint*
|
||||||
|
:GoMetaLinter vim-go.txt /*:GoMetaLinter*
|
||||||
|
:GoMetaLinterAutoSaveToggle vim-go.txt /*:GoMetaLinterAutoSaveToggle*
|
||||||
|
:GoModFmt vim-go.txt /*:GoModFmt*
|
||||||
|
:GoModFmtAutoSaveToggle vim-go.txt /*:GoModFmtAutoSaveToggle*
|
||||||
|
:GoPath vim-go.txt /*:GoPath*
|
||||||
|
:GoPlay vim-go.txt /*:GoPlay*
|
||||||
|
:GoPointsTo vim-go.txt /*:GoPointsTo*
|
||||||
|
:GoReferrers vim-go.txt /*:GoReferrers*
|
||||||
|
:GoRemoveTags vim-go.txt /*:GoRemoveTags*
|
||||||
|
:GoRename vim-go.txt /*:GoRename*
|
||||||
|
:GoReportGitHubIssue vim-go.txt /*:GoReportGitHubIssue*
|
||||||
|
:GoRun vim-go.txt /*:GoRun*
|
||||||
|
:GoSameIds vim-go.txt /*:GoSameIds*
|
||||||
|
:GoSameIdsAutoToggle vim-go.txt /*:GoSameIdsAutoToggle*
|
||||||
|
:GoSameIdsClear vim-go.txt /*:GoSameIdsClear*
|
||||||
|
:GoSameIdsToggle vim-go.txt /*:GoSameIdsToggle*
|
||||||
|
:GoTemplateAutoCreateToggle vim-go.txt /*:GoTemplateAutoCreateToggle*
|
||||||
|
:GoTest vim-go.txt /*:GoTest*
|
||||||
|
:GoTestCompile vim-go.txt /*:GoTestCompile*
|
||||||
|
:GoTestFunc vim-go.txt /*:GoTestFunc*
|
||||||
|
:GoUpdateBinaries vim-go.txt /*:GoUpdateBinaries*
|
||||||
|
:GoVet vim-go.txt /*:GoVet*
|
||||||
|
:GoWhicherrs vim-go.txt /*:GoWhicherrs*
|
||||||
|
:Grepper-append grepper.txt /*:Grepper-append*
|
||||||
|
:Grepper-buffer grepper.txt /*:Grepper-buffer*
|
||||||
|
:Grepper-buffers grepper.txt /*:Grepper-buffers*
|
||||||
|
:Grepper-cword grepper.txt /*:Grepper-cword*
|
||||||
|
:Grepper-dir grepper.txt /*:Grepper-dir*
|
||||||
|
:Grepper-grepprg grepper.txt /*:Grepper-grepprg*
|
||||||
|
:Grepper-highlight grepper.txt /*:Grepper-highlight*
|
||||||
|
:Grepper-jump grepper.txt /*:Grepper-jump*
|
||||||
|
:Grepper-open grepper.txt /*:Grepper-open*
|
||||||
|
:Grepper-prompt grepper.txt /*:Grepper-prompt*
|
||||||
|
:Grepper-query grepper.txt /*:Grepper-query*
|
||||||
|
:Grepper-quickfix grepper.txt /*:Grepper-quickfix*
|
||||||
|
:Grepper-side grepper.txt /*:Grepper-side*
|
||||||
|
:Grepper-stop grepper.txt /*:Grepper-stop*
|
||||||
|
:Grepper-switch grepper.txt /*:Grepper-switch*
|
||||||
|
:Grepper-tool grepper.txt /*:Grepper-tool*
|
||||||
|
:TsuAsyncGeterr tsuquyomi.txt /*:TsuAsyncGeterr*
|
||||||
|
:TsuClose tsuquyomi.txt /*:TsuClose*
|
||||||
|
:TsuDefinition tsuquyomi.txt /*:TsuDefinition*
|
||||||
|
:TsuDump tsuquyomi.txt /*:TsuDump*
|
||||||
|
:TsuGeterr tsuquyomi.txt /*:TsuGeterr*
|
||||||
|
:TsuGeterrProject tsuquyomi.txt /*:TsuGeterrProject*
|
||||||
|
:TsuGoBack tsuquyomi.txt /*:TsuGoBack*
|
||||||
|
:TsuImplementation tsuquyomi.txt /*:TsuImplementation*
|
||||||
|
:TsuOpen tsuquyomi.txt /*:TsuOpen*
|
||||||
|
:TsuQuickFix tsuquyomi.txt /*:TsuQuickFix*
|
||||||
|
:TsuReferences tsuquyomi.txt /*:TsuReferences*
|
||||||
|
:TsuReload tsuquyomi.txt /*:TsuReload*
|
||||||
|
:TsuReloadProject tsuquyomi.txt /*:TsuReloadProject*
|
||||||
|
:TsuRenameSymbol tsuquyomi.txt /*:TsuRenameSymbol*
|
||||||
|
:TsuRenameSymbolC tsuquyomi.txt /*:TsuRenameSymbolC*
|
||||||
|
:TsuSearch tsuquyomi.txt /*:TsuSearch*
|
||||||
|
:TsuSignatureHelp tsuquyomi.txt /*:TsuSignatureHelp*
|
||||||
|
:TsuSplitDefinition tsuquyomi.txt /*:TsuSplitDefinition*
|
||||||
|
:TsuStartServer tsuquyomi.txt /*:TsuStartServer*
|
||||||
|
:TsuStatusServer tsuquyomi.txt /*:TsuStatusServer*
|
||||||
|
:TsuStopServer tsuquyomi.txt /*:TsuStopServer*
|
||||||
|
:TsuTypeDefinition tsuquyomi.txt /*:TsuTypeDefinition*
|
||||||
|
:TsuquyomiAsynGeterr tsuquyomi.txt /*:TsuquyomiAsynGeterr*
|
||||||
|
:TsuquyomiClose tsuquyomi.txt /*:TsuquyomiClose*
|
||||||
|
:TsuquyomiDefinition tsuquyomi.txt /*:TsuquyomiDefinition*
|
||||||
|
:TsuquyomiDump tsuquyomi.txt /*:TsuquyomiDump*
|
||||||
|
:TsuquyomiGeterr tsuquyomi.txt /*:TsuquyomiGeterr*
|
||||||
|
:TsuquyomiGeterrProject tsuquyomi.txt /*:TsuquyomiGeterrProject*
|
||||||
|
:TsuquyomiGoBack tsuquyomi.txt /*:TsuquyomiGoBack*
|
||||||
|
:TsuquyomiImplementation tsuquyomi.txt /*:TsuquyomiImplementation*
|
||||||
|
:TsuquyomiOpen tsuquyomi.txt /*:TsuquyomiOpen*
|
||||||
|
:TsuquyomiQuickFix tsuquyomi.txt /*:TsuquyomiQuickFix*
|
||||||
|
:TsuquyomiReferences tsuquyomi.txt /*:TsuquyomiReferences*
|
||||||
|
:TsuquyomiReload tsuquyomi.txt /*:TsuquyomiReload*
|
||||||
|
:TsuquyomiReloadProject tsuquyomi.txt /*:TsuquyomiReloadProject*
|
||||||
|
:TsuquyomiRenameSymbol tsuquyomi.txt /*:TsuquyomiRenameSymbol*
|
||||||
|
:TsuquyomiRenameSymbolC tsuquyomi.txt /*:TsuquyomiRenameSymbolC*
|
||||||
|
:TsuquyomiSeaarch tsuquyomi.txt /*:TsuquyomiSeaarch*
|
||||||
|
:TsuquyomiSignatureHelp tsuquyomi.txt /*:TsuquyomiSignatureHelp*
|
||||||
|
:TsuquyomiSplitDefinition tsuquyomi.txt /*:TsuquyomiSplitDefinition*
|
||||||
|
:TsuquyomiStartServer tsuquyomi.txt /*:TsuquyomiStartServer*
|
||||||
|
:TsuquyomiStatusServer tsuquyomi.txt /*:TsuquyomiStatusServer*
|
||||||
|
:TsuquyomiStopServer tsuquyomi.txt /*:TsuquyomiStopServer*
|
||||||
|
:TsuquyomiTypeDefinition tsuquyomi.txt /*:TsuquyomiTypeDefinition*
|
||||||
|
:VimProcBang vimproc.txt /*:VimProcBang*
|
||||||
|
:VimProcInstall vimproc.txt /*:VimProcInstall*
|
||||||
|
:VimProcRead vimproc.txt /*:VimProcRead*
|
||||||
|
<Plug>(TsuquyomiDefinition) tsuquyomi.txt /*<Plug>(TsuquyomiDefinition)*
|
||||||
|
<Plug>(TsuquyomiGoBack) tsuquyomi.txt /*<Plug>(TsuquyomiGoBack)*
|
||||||
|
<Plug>(TsuquyomiImplementation) tsuquyomi.txt /*<Plug>(TsuquyomiImplementation)*
|
||||||
|
<Plug>(TsuquyomiImport) tsuquyomi.txt /*<Plug>(TsuquyomiImport)*
|
||||||
|
<Plug>(TsuquyomiQuickFix) tsuquyomi.txt /*<Plug>(TsuquyomiQuickFix)*
|
||||||
|
<Plug>(TsuquyomiReferences) tsuquyomi.txt /*<Plug>(TsuquyomiReferences)*
|
||||||
|
<Plug>(TsuquyomiRenameSymbol) tsuquyomi.txt /*<Plug>(TsuquyomiRenameSymbol)*
|
||||||
|
<Plug>(TsuquyomiRenameSymbolC) tsuquyomi.txt /*<Plug>(TsuquyomiRenameSymbolC)*
|
||||||
|
<Plug>(TsuquyomiSignatureHelp) tsuquyomi.txt /*<Plug>(TsuquyomiSignatureHelp)*
|
||||||
|
<Plug>(TsuquyomiSplitDefinition) tsuquyomi.txt /*<Plug>(TsuquyomiSplitDefinition)*
|
||||||
|
<Plug>(TsuquyomiTypeDefinition) tsuquyomi.txt /*<Plug>(TsuquyomiTypeDefinition)*
|
||||||
|
add_inactive_statusline_func airline.txt /*add_inactive_statusline_func*
|
||||||
|
add_statusline_func airline.txt /*add_statusline_func*
|
||||||
|
airline airline.txt /*airline*
|
||||||
|
airline#extensions#tabline#exclude_buffers airline.txt /*airline#extensions#tabline#exclude_buffers*
|
||||||
|
airline#ignore_bufadd_pat airline.txt /*airline#ignore_bufadd_pat*
|
||||||
|
airline-accents airline.txt /*airline-accents*
|
||||||
|
airline-advanced-customization airline.txt /*airline-advanced-customization*
|
||||||
|
airline-ale airline.txt /*airline-ale*
|
||||||
|
airline-autocommands airline.txt /*airline-autocommands*
|
||||||
|
airline-bookmark airline.txt /*airline-bookmark*
|
||||||
|
airline-branch airline.txt /*airline-branch*
|
||||||
|
airline-bufferline airline.txt /*airline-bufferline*
|
||||||
|
airline-capslock airline.txt /*airline-capslock*
|
||||||
|
airline-coc airline.txt /*airline-coc*
|
||||||
|
airline-commands airline.txt /*airline-commands*
|
||||||
|
airline-configuration airline.txt /*airline-configuration*
|
||||||
|
airline-contents airline.txt /*airline-contents*
|
||||||
|
airline-contributions airline.txt /*airline-contributions*
|
||||||
|
airline-csv airline.txt /*airline-csv*
|
||||||
|
airline-ctrlp airline.txt /*airline-ctrlp*
|
||||||
|
airline-ctrlspace airline.txt /*airline-ctrlspace*
|
||||||
|
airline-cursormode airline.txt /*airline-cursormode*
|
||||||
|
airline-customization airline.txt /*airline-customization*
|
||||||
|
airline-default airline.txt /*airline-default*
|
||||||
|
airline-eclim airline.txt /*airline-eclim*
|
||||||
|
airline-extensions airline.txt /*airline-extensions*
|
||||||
|
airline-features airline.txt /*airline-features*
|
||||||
|
airline-fugitiveline airline.txt /*airline-fugitiveline*
|
||||||
|
airline-funcrefs airline.txt /*airline-funcrefs*
|
||||||
|
airline-grepper airline.txt /*airline-grepper*
|
||||||
|
airline-gutentags airline.txt /*airline-gutentags*
|
||||||
|
airline-hunks airline.txt /*airline-hunks*
|
||||||
|
airline-intro airline.txt /*airline-intro*
|
||||||
|
airline-keymap airline.txt /*airline-keymap*
|
||||||
|
airline-languageclient airline.txt /*airline-languageclient*
|
||||||
|
airline-license airline.txt /*airline-license*
|
||||||
|
airline-localsearch airline.txt /*airline-localsearch*
|
||||||
|
airline-name airline.txt /*airline-name*
|
||||||
|
airline-neomake airline.txt /*airline-neomake*
|
||||||
|
airline-nerdtree airline.txt /*airline-nerdtree*
|
||||||
|
airline-nrrwrgn airline.txt /*airline-nrrwrgn*
|
||||||
|
airline-obsession airline.txt /*airline-obsession*
|
||||||
|
airline-parts airline.txt /*airline-parts*
|
||||||
|
airline-pipeline airline.txt /*airline-pipeline*
|
||||||
|
airline-pipeline-return-codes airline.txt /*airline-pipeline-return-codes*
|
||||||
|
airline-po airline.txt /*airline-po*
|
||||||
|
airline-predefined-parts airline.txt /*airline-predefined-parts*
|
||||||
|
airline-promptline airline.txt /*airline-promptline*
|
||||||
|
airline-quickfix airline.txt /*airline-quickfix*
|
||||||
|
airline-sections airline.txt /*airline-sections*
|
||||||
|
airline-syntastic airline.txt /*airline-syntastic*
|
||||||
|
airline-tabline airline.txt /*airline-tabline*
|
||||||
|
airline-taboo airline.txt /*airline-taboo*
|
||||||
|
airline-tagbar airline.txt /*airline-tagbar*
|
||||||
|
airline-themes airline.txt /*airline-themes*
|
||||||
|
airline-tmuxline airline.txt /*airline-tmuxline*
|
||||||
|
airline-troubleshooting airline.txt /*airline-troubleshooting*
|
||||||
|
airline-vimagit airline.txt /*airline-vimagit*
|
||||||
|
airline-vimtex airline.txt /*airline-vimtex*
|
||||||
|
airline-virtualenv airline.txt /*airline-virtualenv*
|
||||||
|
airline-whitespace airline.txt /*airline-whitespace*
|
||||||
|
airline-windowswap airline.txt /*airline-windowswap*
|
||||||
|
airline-wordcount airline.txt /*airline-wordcount*
|
||||||
|
airline-writing-extensions airline.txt /*airline-writing-extensions*
|
||||||
|
airline-xkblayout airline.txt /*airline-xkblayout*
|
||||||
|
airline-xtabline airline.txt /*airline-xtabline*
|
||||||
|
airline-ycm airline.txt /*airline-ycm*
|
||||||
|
airline.txt airline.txt /*airline.txt*
|
||||||
|
b:grepper grepper.txt /*b:grepper*
|
||||||
|
denite denite.txt /*denite*
|
||||||
|
denite#call_map() denite.txt /*denite#call_map()*
|
||||||
|
denite#custom#action() denite.txt /*denite#custom#action()*
|
||||||
|
denite#custom#alias() denite.txt /*denite#custom#alias()*
|
||||||
|
denite#custom#filter() denite.txt /*denite#custom#filter()*
|
||||||
|
denite#custom#kind() denite.txt /*denite#custom#kind()*
|
||||||
|
denite#custom#option() denite.txt /*denite#custom#option()*
|
||||||
|
denite#custom#source() denite.txt /*denite#custom#source()*
|
||||||
|
denite#custom#var() denite.txt /*denite#custom#var()*
|
||||||
|
denite#do_action() denite.txt /*denite#do_action()*
|
||||||
|
denite#do_map() denite.txt /*denite#do_map()*
|
||||||
|
denite#get_status() denite.txt /*denite#get_status()*
|
||||||
|
denite#initialize() denite.txt /*denite#initialize()*
|
||||||
|
denite#start() denite.txt /*denite#start()*
|
||||||
|
denite-candidate-attribute-abbr denite.txt /*denite-candidate-attribute-abbr*
|
||||||
|
denite-candidate-attribute-name denite.txt /*denite-candidate-attribute-name*
|
||||||
|
denite-candidate-attributes denite.txt /*denite-candidate-attributes*
|
||||||
|
denite-commands denite.txt /*denite-commands*
|
||||||
|
denite-compatibility denite.txt /*denite-compatibility*
|
||||||
|
denite-contents denite.txt /*denite-contents*
|
||||||
|
denite-create-filter denite.txt /*denite-create-filter*
|
||||||
|
denite-create-kind denite.txt /*denite-create-kind*
|
||||||
|
denite-create-source denite.txt /*denite-create-source*
|
||||||
|
denite-decls vim-go.txt /*denite-decls*
|
||||||
|
denite-deoplete-sources denite.txt /*denite-deoplete-sources*
|
||||||
|
denite-examples denite.txt /*denite-examples*
|
||||||
|
denite-external-sources denite.txt /*denite-external-sources*
|
||||||
|
denite-faq denite.txt /*denite-faq*
|
||||||
|
denite-filter-attribute-__init__ denite.txt /*denite-filter-attribute-__init__*
|
||||||
|
denite-filter-attribute-filter denite.txt /*denite-filter-attribute-filter*
|
||||||
|
denite-filter-attribute-name denite.txt /*denite-filter-attribute-name*
|
||||||
|
denite-filter-attributes denite.txt /*denite-filter-attributes*
|
||||||
|
denite-filter-converter/abbr_word denite.txt /*denite-filter-converter\/abbr_word*
|
||||||
|
denite-filter-converter/relative_abbr denite.txt /*denite-filter-converter\/relative_abbr*
|
||||||
|
denite-filter-converter/relative_word denite.txt /*denite-filter-converter\/relative_word*
|
||||||
|
denite-filter-default-key-mappings denite.txt /*denite-filter-default-key-mappings*
|
||||||
|
denite-filter-key-mappings denite.txt /*denite-filter-key-mappings*
|
||||||
|
denite-filter-matcher/cpsm denite.txt /*denite-filter-matcher\/cpsm*
|
||||||
|
denite-filter-matcher/fuzzy denite.txt /*denite-filter-matcher\/fuzzy*
|
||||||
|
denite-filter-matcher/hide_hidden_files denite.txt /*denite-filter-matcher\/hide_hidden_files*
|
||||||
|
denite-filter-matcher/ignore_current_buffer denite.txt /*denite-filter-matcher\/ignore_current_buffer*
|
||||||
|
denite-filter-matcher/ignore_globs denite.txt /*denite-filter-matcher\/ignore_globs*
|
||||||
|
denite-filter-matcher/project_files denite.txt /*denite-filter-matcher\/project_files*
|
||||||
|
denite-filter-matcher/regexp denite.txt /*denite-filter-matcher\/regexp*
|
||||||
|
denite-filter-matcher/substring denite.txt /*denite-filter-matcher\/substring*
|
||||||
|
denite-filter-sorter/rank denite.txt /*denite-filter-sorter\/rank*
|
||||||
|
denite-filter-sorter/reverse denite.txt /*denite-filter-sorter\/reverse*
|
||||||
|
denite-filter-sorter/sublime denite.txt /*denite-filter-sorter\/sublime*
|
||||||
|
denite-filter-sorter/word denite.txt /*denite-filter-sorter\/word*
|
||||||
|
denite-filters denite.txt /*denite-filters*
|
||||||
|
denite-functions denite.txt /*denite-functions*
|
||||||
|
denite-install denite.txt /*denite-install*
|
||||||
|
denite-interface denite.txt /*denite-interface*
|
||||||
|
denite-introduction denite.txt /*denite-introduction*
|
||||||
|
denite-key-mappings denite.txt /*denite-key-mappings*
|
||||||
|
denite-kind-attribute-__init__ denite.txt /*denite-kind-attribute-__init__*
|
||||||
|
denite-kind-attribute-action_ denite.txt /*denite-kind-attribute-action_*
|
||||||
|
denite-kind-attribute-default_action denite.txt /*denite-kind-attribute-default_action*
|
||||||
|
denite-kind-attribute-name denite.txt /*denite-kind-attribute-name*
|
||||||
|
denite-kind-attribute-persist_actions denite.txt /*denite-kind-attribute-persist_actions*
|
||||||
|
denite-kind-attribute-redraw_actions denite.txt /*denite-kind-attribute-redraw_actions*
|
||||||
|
denite-kind-attributes denite.txt /*denite-kind-attributes*
|
||||||
|
denite-kind-buffer denite.txt /*denite-kind-buffer*
|
||||||
|
denite-kind-buffer-actions denite.txt /*denite-kind-buffer-actions*
|
||||||
|
denite-kind-command denite.txt /*denite-kind-command*
|
||||||
|
denite-kind-command-actions denite.txt /*denite-kind-command-actions*
|
||||||
|
denite-kind-directory denite.txt /*denite-kind-directory*
|
||||||
|
denite-kind-directory-actions denite.txt /*denite-kind-directory-actions*
|
||||||
|
denite-kind-file denite.txt /*denite-kind-file*
|
||||||
|
denite-kind-file-actions denite.txt /*denite-kind-file-actions*
|
||||||
|
denite-kind-openable denite.txt /*denite-kind-openable*
|
||||||
|
denite-kind-openable-actions denite.txt /*denite-kind-openable-actions*
|
||||||
|
denite-kind-source denite.txt /*denite-kind-source*
|
||||||
|
denite-kind-source-actions denite.txt /*denite-kind-source-actions*
|
||||||
|
denite-kind-word denite.txt /*denite-kind-word*
|
||||||
|
denite-kind-word-actions denite.txt /*denite-kind-word-actions*
|
||||||
|
denite-kinds denite.txt /*denite-kinds*
|
||||||
|
denite-map-<Plug>(denite_filter_quit) denite.txt /*denite-map-<Plug>(denite_filter_quit)*
|
||||||
|
denite-map-<Plug>(denite_filter_update) denite.txt /*denite-map-<Plug>(denite_filter_update)*
|
||||||
|
denite-map-change_sorters denite.txt /*denite-map-change_sorters*
|
||||||
|
denite-map-choose_action denite.txt /*denite-map-choose_action*
|
||||||
|
denite-map-do_action denite.txt /*denite-map-do_action*
|
||||||
|
denite-map-do_previous_action denite.txt /*denite-map-do_previous_action*
|
||||||
|
denite-map-filter denite.txt /*denite-map-filter*
|
||||||
|
denite-map-i_<Plug>(denite_filter_quit) denite.txt /*denite-map-i_<Plug>(denite_filter_quit)*
|
||||||
|
denite-map-i_<Plug>(denite_filter_update) denite.txt /*denite-map-i_<Plug>(denite_filter_update)*
|
||||||
|
denite-map-move_up_path denite.txt /*denite-map-move_up_path*
|
||||||
|
denite-map-nop denite.txt /*denite-map-nop*
|
||||||
|
denite-map-open_filter_buffer denite.txt /*denite-map-open_filter_buffer*
|
||||||
|
denite-map-print_messages denite.txt /*denite-map-print_messages*
|
||||||
|
denite-map-quick_move denite.txt /*denite-map-quick_move*
|
||||||
|
denite-map-quit denite.txt /*denite-map-quit*
|
||||||
|
denite-map-redraw denite.txt /*denite-map-redraw*
|
||||||
|
denite-map-restart denite.txt /*denite-map-restart*
|
||||||
|
denite-map-restore_sources denite.txt /*denite-map-restore_sources*
|
||||||
|
denite-map-toggle_matchers denite.txt /*denite-map-toggle_matchers*
|
||||||
|
denite-map-toggle_select denite.txt /*denite-map-toggle_select*
|
||||||
|
denite-map-toggle_select_all denite.txt /*denite-map-toggle_select_all*
|
||||||
|
denite-notation-{context} denite.txt /*denite-notation-{context}*
|
||||||
|
denite-option-auto-action denite.txt /*denite-option-auto-action*
|
||||||
|
denite-option-auto-resize denite.txt /*denite-option-auto-resize*
|
||||||
|
denite-option-auto-resume denite.txt /*denite-option-auto-resume*
|
||||||
|
denite-option-buffer-name denite.txt /*denite-option-buffer-name*
|
||||||
|
denite-option-cursor-pos denite.txt /*denite-option-cursor-pos*
|
||||||
|
denite-option-default-action denite.txt /*denite-option-default-action*
|
||||||
|
denite-option-direction denite.txt /*denite-option-direction*
|
||||||
|
denite-option-do denite.txt /*denite-option-do*
|
||||||
|
denite-option-empty denite.txt /*denite-option-empty*
|
||||||
|
denite-option-expand denite.txt /*denite-option-expand*
|
||||||
|
denite-option-filter-split-direction denite.txt /*denite-option-filter-split-direction*
|
||||||
|
denite-option-filter-updatetime denite.txt /*denite-option-filter-updatetime*
|
||||||
|
denite-option-highlight-filter-background denite.txt /*denite-option-highlight-filter-background*
|
||||||
|
denite-option-highlight-matched-char denite.txt /*denite-option-highlight-matched-char*
|
||||||
|
denite-option-highlight-matched-range denite.txt /*denite-option-highlight-matched-range*
|
||||||
|
denite-option-highlight-preview-line denite.txt /*denite-option-highlight-preview-line*
|
||||||
|
denite-option-highlight-prompt denite.txt /*denite-option-highlight-prompt*
|
||||||
|
denite-option-highlight-window-background denite.txt /*denite-option-highlight-window-background*
|
||||||
|
denite-option-ignorecase denite.txt /*denite-option-ignorecase*
|
||||||
|
denite-option-immediately denite.txt /*denite-option-immediately*
|
||||||
|
denite-option-immediately-1 denite.txt /*denite-option-immediately-1*
|
||||||
|
denite-option-input denite.txt /*denite-option-input*
|
||||||
|
denite-option-matchers denite.txt /*denite-option-matchers*
|
||||||
|
denite-option-max-candidate-width denite.txt /*denite-option-max-candidate-width*
|
||||||
|
denite-option-max-dynamic-update-candidates denite.txt /*denite-option-max-dynamic-update-candidates*
|
||||||
|
denite-option-no- denite.txt /*denite-option-no-*
|
||||||
|
denite-option-path denite.txt /*denite-option-path*
|
||||||
|
denite-option-post-action denite.txt /*denite-option-post-action*
|
||||||
|
denite-option-prompt denite.txt /*denite-option-prompt*
|
||||||
|
denite-option-quick-move denite.txt /*denite-option-quick-move*
|
||||||
|
denite-option-quick-move-table denite.txt /*denite-option-quick-move-table*
|
||||||
|
denite-option-refresh denite.txt /*denite-option-refresh*
|
||||||
|
denite-option-resume denite.txt /*denite-option-resume*
|
||||||
|
denite-option-reversed denite.txt /*denite-option-reversed*
|
||||||
|
denite-option-root-markers denite.txt /*denite-option-root-markers*
|
||||||
|
denite-option-smartcase denite.txt /*denite-option-smartcase*
|
||||||
|
denite-option-sorters denite.txt /*denite-option-sorters*
|
||||||
|
denite-option-source-names denite.txt /*denite-option-source-names*
|
||||||
|
denite-option-split denite.txt /*denite-option-split*
|
||||||
|
denite-option-start-filter denite.txt /*denite-option-start-filter*
|
||||||
|
denite-option-statusline denite.txt /*denite-option-statusline*
|
||||||
|
denite-option-unique denite.txt /*denite-option-unique*
|
||||||
|
denite-option-vertical-preview denite.txt /*denite-option-vertical-preview*
|
||||||
|
denite-option-wincol denite.txt /*denite-option-wincol*
|
||||||
|
denite-option-winheight denite.txt /*denite-option-winheight*
|
||||||
|
denite-option-winminheight denite.txt /*denite-option-winminheight*
|
||||||
|
denite-option-winrow denite.txt /*denite-option-winrow*
|
||||||
|
denite-option-winwidth denite.txt /*denite-option-winwidth*
|
||||||
|
denite-options denite.txt /*denite-options*
|
||||||
|
denite-source-attribute-__ denite.txt /*denite-source-attribute-__*
|
||||||
|
denite-source-attribute-__init__ denite.txt /*denite-source-attribute-__init__*
|
||||||
|
denite-source-attribute-converters denite.txt /*denite-source-attribute-converters*
|
||||||
|
denite-source-attribute-define-syntax denite.txt /*denite-source-attribute-define-syntax*
|
||||||
|
denite-source-attribute-gather_candidates denite.txt /*denite-source-attribute-gather_candidates*
|
||||||
|
denite-source-attribute-get_status denite.txt /*denite-source-attribute-get_status*
|
||||||
|
denite-source-attribute-highlight denite.txt /*denite-source-attribute-highlight*
|
||||||
|
denite-source-attribute-is_public_context denite.txt /*denite-source-attribute-is_public_context*
|
||||||
|
denite-source-attribute-is_volatile denite.txt /*denite-source-attribute-is_volatile*
|
||||||
|
denite-source-attribute-kind denite.txt /*denite-source-attribute-kind*
|
||||||
|
denite-source-attribute-matchers denite.txt /*denite-source-attribute-matchers*
|
||||||
|
denite-source-attribute-max_candidates denite.txt /*denite-source-attribute-max_candidates*
|
||||||
|
denite-source-attribute-name denite.txt /*denite-source-attribute-name*
|
||||||
|
denite-source-attribute-on_close denite.txt /*denite-source-attribute-on_close*
|
||||||
|
denite-source-attribute-on_init denite.txt /*denite-source-attribute-on_init*
|
||||||
|
denite-source-attribute-sorters denite.txt /*denite-source-attribute-sorters*
|
||||||
|
denite-source-attribute-syntax_name denite.txt /*denite-source-attribute-syntax_name*
|
||||||
|
denite-source-attributes denite.txt /*denite-source-attributes*
|
||||||
|
denite-source-buffer denite.txt /*denite-source-buffer*
|
||||||
|
denite-source-change denite.txt /*denite-source-change*
|
||||||
|
denite-source-colorscheme denite.txt /*denite-source-colorscheme*
|
||||||
|
denite-source-command denite.txt /*denite-source-command*
|
||||||
|
denite-source-command-history denite.txt /*denite-source-command-history*
|
||||||
|
denite-source-directory_rec denite.txt /*denite-source-directory_rec*
|
||||||
|
denite-source-file denite.txt /*denite-source-file*
|
||||||
|
denite-source-file/old denite.txt /*denite-source-file\/old*
|
||||||
|
denite-source-file/point denite.txt /*denite-source-file\/point*
|
||||||
|
denite-source-file/rec denite.txt /*denite-source-file\/rec*
|
||||||
|
denite-source-filetype denite.txt /*denite-source-filetype*
|
||||||
|
denite-source-grep denite.txt /*denite-source-grep*
|
||||||
|
denite-source-help denite.txt /*denite-source-help*
|
||||||
|
denite-source-jump denite.txt /*denite-source-jump*
|
||||||
|
denite-source-line denite.txt /*denite-source-line*
|
||||||
|
denite-source-mark denite.txt /*denite-source-mark*
|
||||||
|
denite-source-menu denite.txt /*denite-source-menu*
|
||||||
|
denite-source-outline denite.txt /*denite-source-outline*
|
||||||
|
denite-source-output denite.txt /*denite-source-output*
|
||||||
|
denite-source-register denite.txt /*denite-source-register*
|
||||||
|
denite-source-source denite.txt /*denite-source-source*
|
||||||
|
denite-source-spell denite.txt /*denite-source-spell*
|
||||||
|
denite-source-tag denite.txt /*denite-source-tag*
|
||||||
|
denite-sources denite.txt /*denite-sources*
|
||||||
|
denite-usage denite.txt /*denite-usage*
|
||||||
|
denite.txt denite.txt /*denite.txt*
|
||||||
|
denite.vim denite.txt /*denite.vim*
|
||||||
|
editorconfig editorconfig.txt /*editorconfig*
|
||||||
|
editorconfig#load() editorconfig.txt /*editorconfig#load()*
|
||||||
|
editorconfig-changelog editorconfig.txt /*editorconfig-changelog*
|
||||||
|
editorconfig-contents editorconfig.txt /*editorconfig-contents*
|
||||||
|
editorconfig-customizing editorconfig.txt /*editorconfig-customizing*
|
||||||
|
editorconfig-examples editorconfig.txt /*editorconfig-examples*
|
||||||
|
editorconfig-functions editorconfig.txt /*editorconfig-functions*
|
||||||
|
editorconfig-interface editorconfig.txt /*editorconfig-interface*
|
||||||
|
editorconfig-introduction editorconfig.txt /*editorconfig-introduction*
|
||||||
|
editorconfig-properties editorconfig.txt /*editorconfig-properties*
|
||||||
|
editorconfig-usage editorconfig.txt /*editorconfig-usage*
|
||||||
|
editorconfig.txt editorconfig.txt /*editorconfig.txt*
|
||||||
|
ft-go-syntax vim-go.txt /*ft-go-syntax*
|
||||||
|
ft-gohtmltmpl-syntax vim-go.txt /*ft-gohtmltmpl-syntax*
|
||||||
|
ft-gomod-syntax vim-go.txt /*ft-gomod-syntax*
|
||||||
|
ft-gotexttmpl-syntax vim-go.txt /*ft-gotexttmpl-syntax*
|
||||||
|
g:editorconfig_blacklist editorconfig.txt /*g:editorconfig_blacklist*
|
||||||
|
g:editorconfig_root_chdir editorconfig.txt /*g:editorconfig_root_chdir*
|
||||||
|
g:grepper grepper.txt /*g:grepper*
|
||||||
|
g:grepper.append grepper.txt /*g:grepper.append*
|
||||||
|
g:grepper.buffer grepper.txt /*g:grepper.buffer*
|
||||||
|
g:grepper.buffers grepper.txt /*g:grepper.buffers*
|
||||||
|
g:grepper.dir grepper.txt /*g:grepper.dir*
|
||||||
|
g:grepper.highlight grepper.txt /*g:grepper.highlight*
|
||||||
|
g:grepper.jump grepper.txt /*g:grepper.jump*
|
||||||
|
g:grepper.open grepper.txt /*g:grepper.open*
|
||||||
|
g:grepper.prompt grepper.txt /*g:grepper.prompt*
|
||||||
|
g:grepper.prompt_mapping_dir grepper.txt /*g:grepper.prompt_mapping_dir*
|
||||||
|
g:grepper.prompt_mapping_side grepper.txt /*g:grepper.prompt_mapping_side*
|
||||||
|
g:grepper.prompt_mapping_tool grepper.txt /*g:grepper.prompt_mapping_tool*
|
||||||
|
g:grepper.prompt_quote grepper.txt /*g:grepper.prompt_quote*
|
||||||
|
g:grepper.prompt_text grepper.txt /*g:grepper.prompt_text*
|
||||||
|
g:grepper.quickfix grepper.txt /*g:grepper.quickfix*
|
||||||
|
g:grepper.repo grepper.txt /*g:grepper.repo*
|
||||||
|
g:grepper.searchreg grepper.txt /*g:grepper.searchreg*
|
||||||
|
g:grepper.side grepper.txt /*g:grepper.side*
|
||||||
|
g:grepper.side_cmd grepper.txt /*g:grepper.side_cmd*
|
||||||
|
g:grepper.simple_prompt grepper.txt /*g:grepper.simple_prompt*
|
||||||
|
g:grepper.stop grepper.txt /*g:grepper.stop*
|
||||||
|
g:grepper.switch grepper.txt /*g:grepper.switch*
|
||||||
|
g:grepper.tools grepper.txt /*g:grepper.tools*
|
||||||
|
g:stderrencoding vimproc.txt /*g:stderrencoding*
|
||||||
|
g:stdinencoding vimproc.txt /*g:stdinencoding*
|
||||||
|
g:stdoutencoding vimproc.txt /*g:stdoutencoding*
|
||||||
|
g:suda#prefix suda.txt /*g:suda#prefix*
|
||||||
|
g:suda_smart_edit suda.txt /*g:suda_smart_edit*
|
||||||
|
g:suda_startup suda.txt /*g:suda_startup*
|
||||||
|
g:tsuquyomi_auto_open tsuquyomi.txt /*g:tsuquyomi_auto_open*
|
||||||
|
g:tsuquyomi_baseurl_import_path tsuquyomi.txt /*g:tsuquyomi_baseurl_import_path*
|
||||||
|
g:tsuquyomi_case_sensitive_imports tsuquyomi.txt /*g:tsuquyomi_case_sensitive_imports*
|
||||||
|
g:tsuquyomi_completion_case_sensitive tsuquyomi.txt /*g:tsuquyomi_completion_case_sensitive*
|
||||||
|
g:tsuquyomi_completion_detail tsuquyomi.txt /*g:tsuquyomi_completion_detail*
|
||||||
|
g:tsuquyomi_completion_preview tsuquyomi.txt /*g:tsuquyomi_completion_preview*
|
||||||
|
g:tsuquyomi_definition_split tsuquyomi.txt /*g:tsuquyomi_definition_split*
|
||||||
|
g:tsuquyomi_disable_default_mappings tsuquyomi.txt /*g:tsuquyomi_disable_default_mappings*
|
||||||
|
g:tsuquyomi_disable_quickfix tsuquyomi.txt /*g:tsuquyomi_disable_quickfix*
|
||||||
|
g:tsuquyomi_ignore_missing_modules tsuquyomi.txt /*g:tsuquyomi_ignore_missing_modules*
|
||||||
|
g:tsuquyomi_javascript_support tsuquyomi.txt /*g:tsuquyomi_javascript_support*
|
||||||
|
g:tsuquyomi_locale tsuquyomi.txt /*g:tsuquyomi_locale*
|
||||||
|
g:tsuquyomi_nodejs_path tsuquyomi.txt /*g:tsuquyomi_nodejs_path*
|
||||||
|
g:tsuquyomi_save_onrename tsuquyomi.txt /*g:tsuquyomi_save_onrename*
|
||||||
|
g:tsuquyomi_semicolon_import tsuquyomi.txt /*g:tsuquyomi_semicolon_import*
|
||||||
|
g:tsuquyomi_single_quote_import tsuquyomi.txt /*g:tsuquyomi_single_quote_import*
|
||||||
|
g:tsuquyomi_tsserver_path tsuquyomi.txt /*g:tsuquyomi_tsserver_path*
|
||||||
|
g:tsuquyomi_use_dev_node_module tsuquyomi.txt /*g:tsuquyomi_use_dev_node_module*
|
||||||
|
g:tsuquyomi_use_local_typescript tsuquyomi.txt /*g:tsuquyomi_use_local_typescript*
|
||||||
|
g:tsuquyomi_use_vimproc tsuquyomi.txt /*g:tsuquyomi_use_vimproc*
|
||||||
|
g:vimproc#disable vimproc.txt /*g:vimproc#disable*
|
||||||
|
g:vimproc#dll_path vimproc.txt /*g:vimproc#dll_path*
|
||||||
|
g:vimproc#download_windows_dll vimproc.txt /*g:vimproc#download_windows_dll*
|
||||||
|
g:vimproc#password_pattern vimproc.txt /*g:vimproc#password_pattern*
|
||||||
|
g:vimproc#popen2_commands vimproc.txt /*g:vimproc#popen2_commands*
|
||||||
|
g:vimproc_dll_path vimproc.txt /*g:vimproc_dll_path*
|
||||||
|
g:vimproc_password_pattern vimproc.txt /*g:vimproc_password_pattern*
|
||||||
|
g:vimproc_popen2_commands vimproc.txt /*g:vimproc_popen2_commands*
|
||||||
|
go#complete#Complete() vim-go.txt /*go#complete#Complete()*
|
||||||
|
go#complete#GetInfo() vim-go.txt /*go#complete#GetInfo()*
|
||||||
|
go#complete#GocodeComplete() vim-go.txt /*go#complete#GocodeComplete()*
|
||||||
|
go#statusline#Show() vim-go.txt /*go#statusline#Show()*
|
||||||
|
go#tool#DescribeBalloon() vim-go.txt /*go#tool#DescribeBalloon()*
|
||||||
|
go-[[ vim-go.txt /*go-[[*
|
||||||
|
go-]] vim-go.txt /*go-]]*
|
||||||
|
go-ac vim-go.txt /*go-ac*
|
||||||
|
go-af vim-go.txt /*go-af*
|
||||||
|
go-commands vim-go.txt /*go-commands*
|
||||||
|
go-contents vim-go.txt /*go-contents*
|
||||||
|
go-credits vim-go.txt /*go-credits*
|
||||||
|
go-debug vim-go.txt /*go-debug*
|
||||||
|
go-debug-commands vim-go.txt /*go-debug-commands*
|
||||||
|
go-debug-intro vim-go.txt /*go-debug-intro*
|
||||||
|
go-debug-settings vim-go.txt /*go-debug-settings*
|
||||||
|
go-development vim-go.txt /*go-development*
|
||||||
|
go-donation vim-go.txt /*go-donation*
|
||||||
|
go-functions vim-go.txt /*go-functions*
|
||||||
|
go-guru-scope vim-go.txt /*go-guru-scope*
|
||||||
|
go-ic vim-go.txt /*go-ic*
|
||||||
|
go-if vim-go.txt /*go-if*
|
||||||
|
go-install vim-go.txt /*go-install*
|
||||||
|
go-intro vim-go.txt /*go-intro*
|
||||||
|
go-mappings vim-go.txt /*go-mappings*
|
||||||
|
go-settings vim-go.txt /*go-settings*
|
||||||
|
go-syntax vim-go.txt /*go-syntax*
|
||||||
|
go-text-objects vim-go.txt /*go-text-objects*
|
||||||
|
go-troubleshooting vim-go.txt /*go-troubleshooting*
|
||||||
|
go-v_[[ vim-go.txt /*go-v_[[*
|
||||||
|
go-v_]] vim-go.txt /*go-v_]]*
|
||||||
|
go-v_ac vim-go.txt /*go-v_ac*
|
||||||
|
go-v_af vim-go.txt /*go-v_af*
|
||||||
|
go-v_ic vim-go.txt /*go-v_ic*
|
||||||
|
go-v_if vim-go.txt /*go-v_if*
|
||||||
|
gohtmltmpl vim-go.txt /*gohtmltmpl*
|
||||||
|
gomod vim-go.txt /*gomod*
|
||||||
|
gotexttmpl vim-go.txt /*gotexttmpl*
|
||||||
|
grepper grepper.txt /*grepper*
|
||||||
|
grepper-:Grepper grepper.txt /*grepper-:Grepper*
|
||||||
|
grepper-autocmd grepper.txt /*grepper-autocmd*
|
||||||
|
grepper-colors grepper.txt /*grepper-colors*
|
||||||
|
grepper-contents grepper.txt /*grepper-contents*
|
||||||
|
grepper-example grepper.txt /*grepper-example*
|
||||||
|
grepper-faq grepper.txt /*grepper-faq*
|
||||||
|
grepper-faq-01 grepper.txt /*grepper-faq-01*
|
||||||
|
grepper-faq-02 grepper.txt /*grepper-faq-02*
|
||||||
|
grepper-faq-03 grepper.txt /*grepper-faq-03*
|
||||||
|
grepper-faq-04 grepper.txt /*grepper-faq-04*
|
||||||
|
grepper-faq-05 grepper.txt /*grepper-faq-05*
|
||||||
|
grepper-intro grepper.txt /*grepper-intro*
|
||||||
|
grepper-mappings grepper.txt /*grepper-mappings*
|
||||||
|
grepper-operator grepper.txt /*grepper-operator*
|
||||||
|
grepper-options grepper.txt /*grepper-options*
|
||||||
|
grepper-side grepper.txt /*grepper-side*
|
||||||
|
grepper-statusline grepper.txt /*grepper-statusline*
|
||||||
|
grepper-tools grepper.txt /*grepper-tools*
|
||||||
|
grepper-tools-keys grepper.txt /*grepper-tools-keys*
|
||||||
|
grepper-tools-placeholders grepper.txt /*grepper-tools-placeholders*
|
||||||
|
grepper.txt grepper.txt /*grepper.txt*
|
||||||
|
hl-GoDebugBreakpoint vim-go.txt /*hl-GoDebugBreakpoint*
|
||||||
|
hl-GoDebugCurrent vim-go.txt /*hl-GoDebugCurrent*
|
||||||
|
remove_statusline_func airline.txt /*remove_statusline_func*
|
||||||
|
suda suda.txt /*suda*
|
||||||
|
suda#init() suda.txt /*suda#init()*
|
||||||
|
suda#read() suda.txt /*suda#read()*
|
||||||
|
suda#write() suda.txt /*suda#write()*
|
||||||
|
suda-contents suda.txt /*suda-contents*
|
||||||
|
suda-functions suda.txt /*suda-functions*
|
||||||
|
suda-interface suda.txt /*suda-interface*
|
||||||
|
suda-introduction suda.txt /*suda-introduction*
|
||||||
|
suda-questions suda.txt /*suda-questions*
|
||||||
|
suda-usage suda.txt /*suda-usage*
|
||||||
|
suda-variables suda.txt /*suda-variables*
|
||||||
|
suda.txt suda.txt /*suda.txt*
|
||||||
|
tsuquyomi tsuquyomi.txt /*tsuquyomi*
|
||||||
|
tsuquyomi#balloonexpr tsuquyomi.txt /*tsuquyomi#balloonexpr*
|
||||||
|
tsuquyomi#complete tsuquyomi.txt /*tsuquyomi#complete*
|
||||||
|
tsuquyomi#getSupportedCodeFixes tsuquyomi.txt /*tsuquyomi#getSupportedCodeFixes*
|
||||||
|
tsuquyomi#hint tsuquyomi.txt /*tsuquyomi#hint*
|
||||||
|
tsuquyomi-commands tsuquyomi.txt /*tsuquyomi-commands*
|
||||||
|
tsuquyomi-contents tsuquyomi.txt /*tsuquyomi-contents*
|
||||||
|
tsuquyomi-examples tsuquyomi.txt /*tsuquyomi-examples*
|
||||||
|
tsuquyomi-examples-complete tsuquyomi.txt /*tsuquyomi-examples-complete*
|
||||||
|
tsuquyomi-functions tsuquyomi.txt /*tsuquyomi-functions*
|
||||||
|
tsuquyomi-install tsuquyomi.txt /*tsuquyomi-install*
|
||||||
|
tsuquyomi-interface tsuquyomi.txt /*tsuquyomi-interface*
|
||||||
|
tsuquyomi-introduction tsuquyomi.txt /*tsuquyomi-introduction*
|
||||||
|
tsuquyomi-key-mappings tsuquyomi.txt /*tsuquyomi-key-mappings*
|
||||||
|
tsuquyomi-variables tsuquyomi.txt /*tsuquyomi-variables*
|
||||||
|
unite-decls vim-go.txt /*unite-decls*
|
||||||
|
vim-airline airline.txt /*vim-airline*
|
||||||
|
vim-go vim-go.txt /*vim-go*
|
||||||
|
vim-go-plugins vim-go.txt /*vim-go-plugins*
|
||||||
|
vim-go.txt vim-go.txt /*vim-go.txt*
|
||||||
|
vimproc vimproc.txt /*vimproc*
|
||||||
|
vimproc#cmd#system() vimproc.txt /*vimproc#cmd#system()*
|
||||||
|
vimproc#delete_trash() vimproc.txt /*vimproc#delete_trash()*
|
||||||
|
vimproc#dll_version() vimproc.txt /*vimproc#dll_version()*
|
||||||
|
vimproc#fopen() vimproc.txt /*vimproc#fopen()*
|
||||||
|
vimproc#get_command_name() vimproc.txt /*vimproc#get_command_name()*
|
||||||
|
vimproc#get_last_errmsg() vimproc.txt /*vimproc#get_last_errmsg()*
|
||||||
|
vimproc#get_last_status() vimproc.txt /*vimproc#get_last_status()*
|
||||||
|
vimproc#host_exists() vimproc.txt /*vimproc#host_exists()*
|
||||||
|
vimproc#kill() vimproc.txt /*vimproc#kill()*
|
||||||
|
vimproc#open() vimproc.txt /*vimproc#open()*
|
||||||
|
vimproc#pgroup_open() vimproc.txt /*vimproc#pgroup_open()*
|
||||||
|
vimproc#plineopen2() vimproc.txt /*vimproc#plineopen2()*
|
||||||
|
vimproc#plineopen3() vimproc.txt /*vimproc#plineopen3()*
|
||||||
|
vimproc#popen2() vimproc.txt /*vimproc#popen2()*
|
||||||
|
vimproc#popen3() vimproc.txt /*vimproc#popen3()*
|
||||||
|
vimproc#ptyopen() vimproc.txt /*vimproc#ptyopen()*
|
||||||
|
vimproc#readdir() vimproc.txt /*vimproc#readdir()*
|
||||||
|
vimproc#shellescape() vimproc.txt /*vimproc#shellescape()*
|
||||||
|
vimproc#socket_open() vimproc.txt /*vimproc#socket_open()*
|
||||||
|
vimproc#system() vimproc.txt /*vimproc#system()*
|
||||||
|
vimproc#system2() vimproc.txt /*vimproc#system2()*
|
||||||
|
vimproc#system_bg() vimproc.txt /*vimproc#system_bg()*
|
||||||
|
vimproc#system_gui() vimproc.txt /*vimproc#system_gui()*
|
||||||
|
vimproc#system_passwd() vimproc.txt /*vimproc#system_passwd()*
|
||||||
|
vimproc#version() vimproc.txt /*vimproc#version()*
|
||||||
|
vimproc#write() vimproc.txt /*vimproc#write()*
|
||||||
|
vimproc-commands vimproc.txt /*vimproc-commands*
|
||||||
|
vimproc-contents vimproc.txt /*vimproc-contents*
|
||||||
|
vimproc-cygwin vimproc.txt /*vimproc-cygwin*
|
||||||
|
vimproc-examples vimproc.txt /*vimproc-examples*
|
||||||
|
vimproc-faq vimproc.txt /*vimproc-faq*
|
||||||
|
vimproc-file-object vimproc.txt /*vimproc-file-object*
|
||||||
|
vimproc-freebsd vimproc.txt /*vimproc-freebsd*
|
||||||
|
vimproc-functions vimproc.txt /*vimproc-functions*
|
||||||
|
vimproc-install vimproc.txt /*vimproc-install*
|
||||||
|
vimproc-interface vimproc.txt /*vimproc-interface*
|
||||||
|
vimproc-introduction vimproc.txt /*vimproc-introduction*
|
||||||
|
vimproc-linux vimproc.txt /*vimproc-linux*
|
||||||
|
vimproc-macosx vimproc.txt /*vimproc-macosx*
|
||||||
|
vimproc-multiarch vimproc.txt /*vimproc-multiarch*
|
||||||
|
vimproc-objects vimproc.txt /*vimproc-objects*
|
||||||
|
vimproc-process-object vimproc.txt /*vimproc-process-object*
|
||||||
|
vimproc-socket-object vimproc.txt /*vimproc-socket-object*
|
||||||
|
vimproc-solaris vimproc.txt /*vimproc-solaris*
|
||||||
|
vimproc-tips vimproc.txt /*vimproc-tips*
|
||||||
|
vimproc-tips-pseudo-devices vimproc.txt /*vimproc-tips-pseudo-devices*
|
||||||
|
vimproc-variables vimproc.txt /*vimproc-variables*
|
||||||
|
vimproc-windows vimproc.txt /*vimproc-windows*
|
||||||
|
vimproc.txt vimproc.txt /*vimproc.txt*
|
1
doc/tsuquyomi.txt
Symbolic link
1
doc/tsuquyomi.txt
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../autostart/tsuquyomi/doc/tsuquyomi.txt
|
1
doc/vim-go.txt
Symbolic link
1
doc/vim-go.txt
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../autostart/vim-go/doc/vim-go.txt
|
1
doc/vimproc.txt
Symbolic link
1
doc/vimproc.txt
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../autostart/vimproc.vim/doc/vimproc.txt
|
16
init.vim
16
init.vim
|
@ -6,6 +6,9 @@ if !has('nvim')
|
||||||
setlocal cm=blowfish2
|
setlocal cm=blowfish2
|
||||||
end
|
end
|
||||||
|
|
||||||
|
" Set doc folder for plugins
|
||||||
|
helptags ~/.config/nvim/doc
|
||||||
|
|
||||||
" activate mouse support
|
" activate mouse support
|
||||||
set mouse=a
|
set mouse=a
|
||||||
|
|
||||||
|
@ -52,6 +55,15 @@ let g:netrw_list_hide = netrw_gitignore#Hide()
|
||||||
|
|
||||||
" ADDITIONAL COMMANDS
|
" ADDITIONAL COMMANDS
|
||||||
|
|
||||||
|
function! WQ()
|
||||||
|
:W
|
||||||
|
:quit
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
command! Q quit
|
||||||
|
command! W write suda://%
|
||||||
|
command! WQ call WQ()
|
||||||
|
|
||||||
" emulate system clipboard
|
" emulate system clipboard
|
||||||
inoremap <C-v> <ESC>"+pa
|
inoremap <C-v> <ESC>"+pa
|
||||||
vnoremap <C-c> "+y
|
vnoremap <C-c> "+y
|
||||||
|
@ -88,7 +100,7 @@ autocmd FileType typescript let g:autocomplete_key = "\<C-x>\<C-o>"
|
||||||
" Automatically save folds for each file
|
" Automatically save folds for each file
|
||||||
augroup AutoSaveFolds
|
augroup AutoSaveFolds
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd BufWinLeave * mkview
|
autocmd BufWinLeave * silent! mkview
|
||||||
autocmd BufWinEnter * silent! loadview
|
autocmd BufWinEnter * silent! loadview
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
|
@ -120,6 +132,7 @@ nnoremap <Leader>d :bp\|bd #<CR>
|
||||||
nnoremap <Leader>t :tabnext<CR>
|
nnoremap <Leader>t :tabnext<CR>
|
||||||
tnoremap <C-e> <C-\><C-n>:tabnext<CR>
|
tnoremap <C-e> <C-\><C-n>:tabnext<CR>
|
||||||
|
|
||||||
|
silent! unmap <Leader>I
|
||||||
nnoremap <unique> <Leader>I <Plug>WildignoreFromGitignore
|
nnoremap <unique> <Leader>I <Plug>WildignoreFromGitignore
|
||||||
|
|
||||||
" clear trailing spaces in file
|
" clear trailing spaces in file
|
||||||
|
@ -155,7 +168,6 @@ autocmd FileType go nnoremap <Leader>q :w<CR>:GoLint<CR>
|
||||||
" TypeScript files: launch TypeScript lint quickfix with: Leader q
|
" TypeScript files: launch TypeScript lint quickfix with: Leader q
|
||||||
autocmd FileType typescript nnoremap <Leader>q :TsuQuickFix<CR>
|
autocmd FileType typescript nnoremap <Leader>q :TsuQuickFix<CR>
|
||||||
|
|
||||||
|
|
||||||
" COLORSCHEME
|
" COLORSCHEME
|
||||||
|
|
||||||
" set colorscheme to onedark.im for nvim and airline
|
" set colorscheme to onedark.im for nvim and airline
|
||||||
|
|
1
pack/plugins/start/denite.nvim
Submodule
1
pack/plugins/start/denite.nvim
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 2b884d5d990539fe25b44398146645dafc8ffa49
|
1
pack/plugins/start/suda.vim
Submodule
1
pack/plugins/start/suda.vim
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit b867074b30f623ccb81a0bb8d1b74a6d0fafd160
|
Reference in a new issue