摘要:
# idea的vim配置 ``` " " = Extensions " Plug 'tpope/vim-surround' Plug 'preservim/nerdtree' " " = Basic settings " set clipboard+=unnamed set ignorecase s 阅读全文
2023年8月9日 #
摘要:
# vsvimv配置 分割线之下的暂时还没有配置好 ``` set ai "自动缩进宽度 set sw=4 set ts=4 "关闭高亮显示 set nohlsearch set is set ignorecase set backspace=indent,eol,start set clipboa 阅读全文