АД
Size: a a a
АД
MB
В
JZ
VS
VS
MB
AS
AA
MB
SD
OA
JS
AG
NG
Note: If you discover that Better Errors isn't working - particularly after upgrading from version 0.5.0 or less - be sure to set config.consider_all_requests_local = true in config/environments/development.rb.
AG
Note: If you discover that Better Errors isn't working - particularly after upgrading from version 0.5.0 or less - be sure to set config.consider_all_requests_local = true in config/environments/development.rb.
МВ
bundle show --paths |
xargs ctags -R -a -f ./.git/.tags > /dev/null 2&>/dev/null &&
echo "Gems CTags generated"
" Trying to make autogenerated on save .git/.tags file for ruby projects
" Probably helps vim where to look for tags file
set tags=tags,./.git/.tags;
" Generate tags file for progect (without gems) in .git/.tags
autocmd BufWritePost *.rb :silent exec "!ctags -R --tag-relative=never -a -f ./.git/.tags"
" Remap jump to definition with prompt to jump to definition to not press 3 buttons instead of 2
nnoremap <C-]> g<C-]>
PK
AN
PK