日常生活的交流与学习

首页 新随笔 联系 管理

2023年8月9日 #

摘要: # idea的vim配置 ``` " " = Extensions " Plug 'tpope/vim-surround' Plug 'preservim/nerdtree' " " = Basic settings " set clipboard+=unnamed set ignorecase s 阅读全文
posted @ 2023-08-09 11:11 lazycookie 阅读(159) 评论(0) 推荐(0) 编辑

摘要: # vsvimv配置 分割线之下的暂时还没有配置好 ``` set ai "自动缩进宽度 set sw=4 set ts=4 "关闭高亮显示 set nohlsearch set is set ignorecase set backspace=indent,eol,start set clipboa 阅读全文
posted @ 2023-08-09 11:10 lazycookie 阅读(109) 评论(0) 推荐(0) 编辑