diff options
Diffstat (limited to 'general/functions.vim')
-rw-r--r-- | general/functions.vim | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/general/functions.vim b/general/functions.vim index 94ace199..d207d85f 100644 --- a/general/functions.vim +++ b/general/functions.vim @@ -4,15 +4,3 @@ augroup auto_spellcheck autocmd BufNewFile,BufRead *.md setlocal spell augroup END - -" function! OpenLiveServer() -" echo 'live server is on' -" silent !live-server % & -" endfunction - -command Serve :call OpenLiveServer() -nnoremap <silent>bs :call OpenLiveServer()<CR> - -" augroup strip_ws -" autocmd BufWritePre * call utils#stripTrailingWhitespaces() -" augroup END |