this repo has no description
at master 566 B view raw
1setlocal iskeyword+=!,? 2 3setlocal makeprg=mix 4 5inoreabbrev <buffer> mdoc @moduledoc """<CR>"""<Up><End> 6inoreabbrev <buffer> fdoc @doc """<CR>"""<Up><End> 7inoreabbrev <buffer> pry require IEx; IEx.pry 8 9inoreabbrev <buffer> defm defmodule 10inoreabbrev <buffer> defi defimpl 11 12inoremap <buffer> ,, <Space>=> 13 14inoreabbrev <buffer> pkey add :id, :binary_id, primary_key: true 15 16setlocal path=lib,apps/*/lib,apps/*/mix.exs,mix.exs,tests,apps/*/tests 17 18setlocal indentkeys-=0{ 19setlocal cinkeys-=0{ 20 21let b:undo_ftplugin = b:undo_ftplugin . ' | setl path& mp& isk& indk& cink&'