summaryrefslogtreecommitdiffstats
path: root/vim/.vim/plugin/eolws.vim
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-12 03:53:53 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-12 03:53:53 -0500
commitebbf79f6088d8f091a61346ae5dec6f1762b4adb (patch)
treebc1ba72f3451658ba11c34fbf7a9f0933e278ed2 /vim/.vim/plugin/eolws.vim
parent8bf3ce3b6c3f850817190f5ef8936440b5409cd6 (diff)
downloadconf-ebbf79f6088d8f091a61346ae5dec6f1762b4adb.tar.gz
conf-ebbf79f6088d8f091a61346ae5dec6f1762b4adb.zip
remove vim config
Diffstat (limited to 'vim/.vim/plugin/eolws.vim')
-rw-r--r--vim/.vim/plugin/eolws.vim6
1 files changed, 0 insertions, 6 deletions
diff --git a/vim/.vim/plugin/eolws.vim b/vim/.vim/plugin/eolws.vim
deleted file mode 100644
index 1f1a003..0000000
--- a/vim/.vim/plugin/eolws.vim
+++ /dev/null
@@ -1,6 +0,0 @@
-augroup eolws
- autocmd!
- autocmd InsertEnter * syn clear EOLWS | syn match EOLWS excludenl /\s\+\%#\@!$/
- autocmd InsertLeave * syn clear EOLWS | syn match EOLWS excludenl /\s\+$/
-augroup END
-highlight EOLWS ctermbg=red guibg=red