summaryrefslogtreecommitdiff
path: root/cfg
diff options
context:
space:
mode:
Diffstat (limited to 'cfg')
-rw-r--r--cfg/.vimrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/cfg/.vimrc b/cfg/.vimrc
index 251fc2d..1bc9308 100644
--- a/cfg/.vimrc
+++ b/cfg/.vimrc
@@ -43,8 +43,6 @@ tnoremap <A-Esc> <C-\><C-n>
syntax on
" -------- 'b ---------
-" i set this while crying because vim on windows sucks so much
-" kinda useless though nvim suxx so this is still useful
" relative line numbers for life
set nu rnu cursorline
" disable mouse because who fucking needs that shit HAH
@@ -64,9 +62,6 @@ command! Run !make run
command! RmComments %s/\s*\/\/\s*.*//
" -------- 'C ---------
-"add time at the right of status bar thing
-set statusline=%<%f\ %h%m%r%=%-14.(%l,%c%V%)\ %P\ %{strftime(\"%Y年%m月%d日\ %H時%M分%S秒\")}
-
" for vim-polyglot
set nocompatible