summaryrefslogtreecommitdiff
path: root/general/functions.vim
diff options
context:
space:
mode:
authorChris <[email protected]>2020-08-13 01:57:04 -0400
committerChris <[email protected]>2020-08-13 01:57:04 -0400
commit2a270491e55ba59bc5dd8859d83eaf9607ab5773 (patch)
treea97840bb2dd8a105067b8e0ad368d56022e66c50 /general/functions.vim
parente0eb5dd909a0a9bd2b7faff4c66a43e023ad9c07 (diff)
more FAR updates
Diffstat (limited to 'general/functions.vim')
-rw-r--r--general/functions.vim12
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