directus uses tabs; added 's'hell repl

This commit is contained in:
Wryn (yage) Wagner 2022-08-15 12:06:16 -06:00
parent 5a155075e3
commit d5d67602f3
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
augroup directus
autocmd!
autocmd BufRead,BufEnter,BufNewFile */Projects/directus/core/code/* setlocal noexpandtab
autocmd BufRead,BufEnter,BufNewFile */Projects/directus/cloud/code/* setlocal noexpandtab
autocmd BufRead,BufEnter,BufNewFile */Projects/directus/*.js setlocal noexpandtab
autocmd BufRead,BufEnter,BufNewFile */Projects/directus/*.mjs setlocal noexpandtab
autocmd BufRead,BufEnter,BufNewFile */Projects/directus/*.ts setlocal noexpandtab
augroup end

View File

@ -52,6 +52,7 @@ nnoremap <Leader>r q:?^echom 'quickrepl'<CR><CR>
nnoremap <Leader>rp q:oechom 'quickrepl' \| call SplitPaneTest('bpython')<CR>
nnoremap <Leader>rn q:oechom 'quickrepl' \| call SplitPaneTest('node')<CR>
nnoremap <Leader>rc q:oechom 'quickrepl' \| call SplitPaneTest('clisp', 1)<CR>
nnoremap <Leader>rs q:oechom 'quickrepl' \| call SplitPaneTest('')<CR>
" \t = run last quicktest
" t)ype new quicktest