08 2023 档案

摘要:bilibili-linux Github 安装 cd /home/Apps # 先移动到你想要安装的位置 git clone https://github.com/msojocs/bilibili-linux.git # 拉取代码 # git clone https://gitclone.com/ 阅读全文
posted @ 2023-08-30 18:32 O_JF? 阅读(5247) 评论(1) 推荐(0) 编辑
摘要:## 只适合ubuntu的nvim安装方法 ### 最快的办法 : ```less sudo apt update sudoapt upgrade -y sudo apt-get install snapd sudo apt-get install snapcraft # 这里可能会卡住,关机重启 阅读全文
posted @ 2023-08-11 15:39 O_JF? 阅读(228) 评论(0) 推荐(0) 编辑
摘要:### 方法一 : vim ~/.config/nvim/init.vim 在文件中加入 ```vim set runtimepath^=~/.vim runtimepath+=~/.vim/after let &packpath = &runtimepath source ~/.vimrc ``` 阅读全文
posted @ 2023-08-11 03:14 O_JF? 阅读(91) 评论(0) 推荐(0) 编辑
摘要:## Vimium是个谷歌仿vim插件 [学习参考链接](http://www.cppblog.com/deercoder/archive/2011/10/22/158886.html) 阅读全文
posted @ 2023-08-08 15:00 O_JF? 阅读(5) 评论(0) 推荐(0) 编辑
摘要:## github链接[vim-fugitive](https://github.com/tpope/vim-fugitive) ## 安装 ```vim " 在.vimrc 中加入 Plug 'tpope/vim-fugitive' ``` ## 使用 | 命令 | 解释 | | | | | `: 阅读全文
posted @ 2023-08-08 14:17 O_JF? 阅读(201) 评论(0) 推荐(0) 编辑
摘要:### 环境要求 ```less git clone https://github.com/universal-ctags/ctags.git --depth=1 cd ctags sudo apt-get install -y automake autoconf pkg-config make g 阅读全文
posted @ 2023-08-07 17:32 O_JF? 阅读(106) 评论(0) 推荐(0) 编辑
摘要:### 安装 ```vim= " 在.vimrc中加入 Plug 'scrooloose/nerdtree' " nerdtree 插件 Plug 'ryanoasis/vim-devicons' " nerdtree的文件图标 推荐下载 ``` ### 配置 ```vim let g:NERDTr 阅读全文
posted @ 2023-08-06 18:39 O_JF? 阅读(335) 评论(0) 推荐(0) 编辑
摘要:## [ZFVimIM ](https://github.com/ZSaberLv0/ZFVimIM) 是一款可以读取本地词库来进行中文补全的vim插件 ### 安装方法 : 在.vimrc文件添加这一些内容 ```plaintext Plugin 'ZSaberLv0/ZFVimIM' Plugi 阅读全文
posted @ 2023-08-01 03:37 O_JF? 阅读(208) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示