From 2a270491e55ba59bc5dd8859d83eaf9607ab5773 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 13 Aug 2020 01:57:04 -0400 Subject: more FAR updates --- general/functions.vim | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'general/functions.vim') 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 bs :call OpenLiveServer() - -" augroup strip_ws -" autocmd BufWritePre * call utils#stripTrailingWhitespaces() -" augroup END -- cgit v1.2.3