|
| 1 | +*elixir.txt* Vim configuration files for Elixir http://elixir-lang.org/ |
| 2 | + |
| 3 | +Author: Plataformatec |
| 4 | +License: Apache License Version 2.0 |
| 5 | + |
| 6 | +============================================================================== |
| 7 | +CONTENTS *elixir-contents* |
| 8 | + |
| 9 | +INTRODUCTION |elixir-introduction| |
| 10 | +INTERFACE |elixir-interface| |
| 11 | + FUNCTIONS |elixir-functions| |
| 12 | + KEY MAPPINGS |elixir-key-mappings| |
| 13 | +OPTIONS |elixir-options| |
| 14 | +SETTINGS |elixir-settings| |
| 15 | + |
| 16 | +============================================================================== |
| 17 | +INTRODUCTION *elixir-introduction* |
| 18 | + |
| 19 | +*elixir* provides Vim configuration files for Elixir http://elixir-lang.org/ |
| 20 | + |
| 21 | +* Syntax highlighting for Elixir and EEx files |
| 22 | +* Filetype detection for `.ex`, `.exs`, `.eex` and `.leex` files |
| 23 | +* Automatic indentation |
| 24 | +* Integration between Ecto projects and |vim-dadbod| for running SQL queries |
| 25 | + on defined Ecto repositories |
| 26 | + |
| 27 | + |
| 28 | +Latest Version: |
| 29 | +https://github.com/elixir-editors/vim-elixir |
| 30 | + |
| 31 | + |
| 32 | +============================================================================== |
| 33 | +INTERFACE *elixir-interface* |
| 34 | + |
| 35 | +------------------------------------------------------------------------------ |
| 36 | +FUNCTIONS *elixir-functions* |
| 37 | + |
| 38 | +db#adapter#ecto#canonicalize({url}) *db#adapter#ecto#canonicalize()* |
| 39 | + TODO |
| 40 | + |
| 41 | +db#adapter#ecto#complete_opaque({url}) *db#adapter#ecto#complete_opaque()* |
| 42 | + TODO |
| 43 | + |
| 44 | +elixir#indent#indent({lnum}) *elixir#indent#indent()* |
| 45 | + TODO |
| 46 | + |
| 47 | +elixir#indent#searchpair_back_skip() *elixir#indent#searchpair_back_skip()* |
| 48 | + TODO |
| 49 | + |
| 50 | + *elixir#indent#handle_top_of_file()* |
| 51 | +elixir#indent#handle_top_of_file({context}) |
| 52 | + TODO |
| 53 | + |
| 54 | + *elixir#indent#handle_follow_prev_nb()* |
| 55 | +elixir#indent#handle_follow_prev_nb({context}) |
| 56 | + TODO |
| 57 | + |
| 58 | + *elixir#indent#handle_following_trailing_binary_operator()* |
| 59 | +elixir#indent#handle_following_trailing_binary_operator({context}) |
| 60 | + TODO |
| 61 | + |
| 62 | + *elixir#indent#handle_starts_with_pipe()* |
| 63 | +elixir#indent#handle_starts_with_pipe({context}) |
| 64 | + TODO |
| 65 | + |
| 66 | + *elixir#indent#handle_starts_with_end()* |
| 67 | +elixir#indent#handle_starts_with_end({context}) |
| 68 | + TODO |
| 69 | + |
| 70 | + *elixir#indent#handle_starts_with_binary_operator()* |
| 71 | +elixir#indent#handle_starts_with_binary_operator({context}) |
| 72 | + TODO |
| 73 | + |
| 74 | + *elixir#indent#handle_inside_block()* |
| 75 | +elixir#indent#handle_inside_block({context}) |
| 76 | + TODO |
| 77 | + |
| 78 | + *elixir#indent#handle_inside_generic_block()* |
| 79 | +elixir#indent#handle_inside_generic_block({context}) |
| 80 | + TODO |
| 81 | + |
| 82 | +elixir#util#get_filename({word}) *elixir#util#get_filename({word})* |
| 83 | + TODO |
| 84 | + |
| 85 | + |
| 86 | +------------------------------------------------------------------------------ |
| 87 | +KEY MAPPINGS *elixir-key-mappings* |
| 88 | + |
| 89 | +TODO |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | +============================================================================== |
| 94 | +SETTINGS *elixir-settings* |
| 95 | + |
| 96 | + *g:eelixir_default_subtype* |
| 97 | + TODO |
| 98 | + |
| 99 | + *g:elixir_indent_debug* |
| 100 | + TODO |
| 101 | + |
| 102 | + *g:elixir_indent_max_lookbehind* |
| 103 | + TODO |
| 104 | + |
| 105 | + *g:elixir_use_markdown_for_docs* |
| 106 | + TODO |
| 107 | + |
| 108 | + *g:path* |
| 109 | + TODO |
| 110 | + |
| 111 | +============================================================================== |
| 112 | +vim:tw=78:fo=tcq2mM:ts=8:ft=help:norl |
0 commit comments