1、brew install neovim git python3 fd ripgrep xmake (可能还需要安装很多其他东西,待补充) 2、安装lazy管理包,参考https://www.lazyvim.org/installation。安装完成后运行一下nvim,此时会启动lazy,下载很多插件 3、在2的基础上进行简单的个人化定制。例如我的定制有 a、修改配色。在nvim配置的plugins目录下增...
GoTest -c go test -c current_file_path GoTest -n test nearest, see GoTestFunc GoTest -f test current file, see GoTestFile GoTest -n 1 -count=1 flag GoTest -p {pkgname} test package, see GoTestPkg, test current package if {pkgname} not specified GoTest -parallel {number} test...
windows git clone https://github.com/KylinskyChen/nvim.git C:\\\Users\\Administrator\\AppData\\Local pip install pynvim npm configsetregistry https://registry.n\pm.taobao.org/ sudo npm install -g neovim pip install ranger-fm 二、快捷键 2.1 插件控制及帮助 2.2 vim 功能封装 2.2 vim 经典...
coc代码提示通过安装扩展实现,以下配置添加了coc-json,coc-pairs,coc-clangd,coc-python四款coc提示插件,其中coc-pairs为括号、引号补全。 "plug begincallplug#begin('/usr/share/vim/vimfiles/myPlugin/')Plug'vim-airline/vim-airline'Plug'neoclide/coc.nvim'letg:coc_global_extensions=['coc-json','coc-...
PS C:\Users\dev\AppData\Local\nvim-data\plugged\nvim-treesitter\parser> lsd bash.so cpp.so dockerfile.so html.so latex.so ninja.so rust.so typescript.so c.so css.so dot.so java.so llvm.so python.so scss.so vim.so c_sharp.so cuda.so glsl.so json.so lua.so query.so sql....
"tnoremap <C-N> <C-\><C-N>:q<CR> " === " === Basic Mappings " === " Set <LEADER> as <SPACE>, ; as : let mapleader=" " map ; : " Save & quit map Q :q<CR> map S :w<CR> " 找到两个连续一样的字符 map <space>fd /\(\<\w\+\>\)\_s*\1...
├── hello.dir │ │ │ └── src │ │ │ └── hello.cpp.obj │ │ ├── pkgRedirects │ │ └── rules.ninja │ ├── build.ninja │ ├── cmake_install.cmake │ └── compile_commands.json ├── read.md └── src └── hello.cpp 20 directories, 424 files...
nvim ~/.config/nvim/vimrc.vim "---vim 个人使用习惯配置start--- set encoding=UTF-8 " leader设置成空格 let mapleader=" " " 使用鼠标 set mouse=c " 显示行号 set nu " 相对行号 set relativenumber " tab=4个空格 set tabstop=4 set shiftwidth=4 " 改变 vim中光标的形状 let g:db_ui_...
年度更新!统信UOS桌面操作系统V20专业版(1070)来了 统信软件官方知识分享平台介绍 统信UOS家庭版入门简易攻略集合! Deepin-wine适配知识库&工具包(最新) 光荣榜 周榜 月榜 总榜 1𝐌𝐫.⠀𝐖𝐚𝐢49个帖子 2欢乐马18个帖子 3哥東14个帖子 4星罗秋旻9个帖子 5bocchi6个帖子 6Noano6个帖子 ...
在ubuntu中使用vim编辑器编写c语言源代码 6720播放 第五小节-5.1 虚拟网卡设置和tftp、nfs服务器的搭建-嵌入式C实战-序篇-VMware_ubuntu18.04x64_C语言开发环境安装 130播放 2.7.TFTP服务搭建-kernel下载 148播放 ubuntu系统使用TFTP服务器与客户端 1950播放 2024追更 嵌入式开发系统学习路线 从基础到项目 精品教程...