2022年4月3日

gvim的全屏插件full screen on windows-gvimfullscreen

摘要: gvimfullscreen_win32 - Put gvim in full screen on Windows : vim online 下载 解压缩之后把里面的dll文件复制到gvim的安装目录里,然后再vimrc中使用f11作全屏的快捷键使用 阅读全文

posted @ 2022-04-03 21:05 风中狂笑 阅读(223) 评论(0) 推荐(0) 编辑

gvim插件leaderf的使用

摘要: preservim/tagbar: Vim plugin that displays tags in a window, ordered by scope (github.com) Yggdroot/LeaderF: An efficient fuzzy finder that helps to l 阅读全文

posted @ 2022-04-03 19:00 风中狂笑 阅读(470) 评论(0) 推荐(0) 编辑

gvim中的格式化插件neoformat

摘要: sbdchd/neoformat: A (Neo)vim plugin for formatting code. (github.com) 阅读全文

posted @ 2022-04-03 17:58 风中狂笑 阅读(122) 评论(0) 推荐(0) 编辑

vimspector的安装命令

摘要: vimspector—一个用于Vim的多语言调试系统 - 我爱学习网 (5axxw.com) 以上的一部分意思是在.vimrc中添加这段代码 let g:vimspector_install_gadgets = [ 'debugpy', 'vscode-cpptools', 'CodeLLDB' ] 阅读全文

posted @ 2022-04-03 17:24 风中狂笑 阅读(153) 评论(0) 推荐(0) 编辑

lightline插件的使用

摘要: set laststatus=2 if !has('gui_running') set t_Co=256 endif let g:lightline = { \ 'colorscheme': 'wombat', \ 'active': { \ 'left': [ ['mode', 'paste'], 阅读全文

posted @ 2022-04-03 08:52 风中狂笑 阅读(174) 评论(0) 推荐(0) 编辑

导航