We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a711958 commit 97cb46aCopy full SHA for 97cb46a
home/.vimrc
@@ -38,6 +38,8 @@ set noswapfile
38
" Disable quit<enter> message
39
nnoremap <C-c> <silent> <C-c>
40
41
+let g:turbux_command_prefix = 'bundle exec'
42
+
43
" Spell check settings
44
" set spell
45
set spellfile=~/.vim/spell/mySpellFile.en.utf-8.add
0 commit comments