diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-04-18 14:40:24 +0200 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-04-18 14:40:24 +0200 |
| commit | 510727984267c2c5cc16cb70228ced423790e9d0 (patch) | |
| tree | 8f9332a791092939382ac77ff5bb2978ba4447d5 | |
| parent | ff6f16d4a69a1c299e34ea6876b7c0519ec1fac8 (diff) | |
update vimrc
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
| -rw-r--r-- | cfg/.vimrc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |