From c9b202e214cff52cbcd297a46c645a5a324dabdc Mon Sep 17 00:00:00 2001 From: czjstmax Date: Mon, 13 Apr 2026 14:50:30 +0200 Subject: updated configs (`.vimrc`, i3 `config` and `jmdmenu`) Signed-off-by: czjstmax --- cfg/.vimrc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'cfg/.vimrc') diff --git a/cfg/.vimrc b/cfg/.vimrc index 05f3f23..1be1f06 100644 --- a/cfg/.vimrc +++ b/cfg/.vimrc @@ -32,9 +32,15 @@ set guifont=Comic\ Mono:h12 let mapleader = "," vnoremap / :s/^/\/\/ /:nohl +" the coolest regex-es you'll see (fake as fuck) +command! RmComments %s/\s*\/\/\s*.*// + "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 + " vim-plug fine shyt call plug#begin() @@ -50,6 +56,8 @@ call plug#begin() Plug 'neoclide/coc.nvim', {'branch': 'release'} Plug 'windwp/nvim-autopairs' Plug 'zenlang/zen.vim' + Plug 'sheerun/vim-polyglot' + Plug 'phanviet/vim-monokai-pro' call plug#end() @@ -86,7 +94,8 @@ augroup END set background=dark "silent! color chocolatier "silent! color retrobox -silent! color ashen +"silent! color ashen +silent! color monokai_pro " disable BIG jumps everywhere (shift+up / shift+down act like plain arrows) map -- cgit v1.3.1