Skip to content

Commit

Permalink
adding information for custom folders
Browse files Browse the repository at this point in the history
  • Loading branch information
sohjiro committed Sep 11, 2017
1 parent 113a2ae commit 151c188
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions run_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,17 @@ mkdir -p ~/.vim/custom

echo "\033[0;34mCreating user plugged file example...\033[0m"
cat > ~/.vim/custom/plugged <<- EOM
"Elixir support for vim.
" In this file you can put your own plugins
" Elixir support for vim.
Plug 'elixir-lang/vim-elixir'
"Give information about your elixir project in vim.
" Give information about your elixir project in vim.
Plug 'slashmili/alchemist.vim'
EOM

echo "\033[0;34mCreating user config file example...\033[0m"
cat > ~/.vim/custom/config <<- EOM
" In this file you can put your own configurations
if executable('ag')
let g:ackprg = 'ag --vimgrep --smart-case'
endif
Expand Down

0 comments on commit 151c188

Please sign in to comment.