summaryrefslogtreecommitdiff
path: root/cfg/.vimrc
diff options
context:
space:
mode:
authorczjstmax <jstmaxlol@disroot.org>2026-04-18 14:40:24 +0200
committerczjstmax <jstmaxlol@disroot.org>2026-04-18 14:40:24 +0200
commit510727984267c2c5cc16cb70228ced423790e9d0 (patch)
tree8f9332a791092939382ac77ff5bb2978ba4447d5 /cfg/.vimrc
parentff6f16d4a69a1c299e34ea6876b7c0519ec1fac8 (diff)
update vimrc
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'cfg/.vimrc')
-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