/lazyvim

Primary LanguageLuaApache License 2.0Apache-2.0

💤 LazyVim

A starter template for LazyVim. Refer to the documentation to get started.

安装

git clone https://github.com/daog1/lazyvim.git ~/.config/nvim

windows安装

git clone https://github.com/daog1/lazyvim.git ~/AppData/Local/nvim

功能列表

快捷键 名字 功能
F2 WhichKey 快捷键帮助
F3 Telescope live_grep_args 全文搜索 使用方式同 rg带参数搜索,这个不能按照程序方式进行搜索
F4 FzfLua files 使用fzf的文件查找
SPC+o SymbolsOutline 大纲模式,在右侧显示 函数、结构等信息
F5 DapContinue 开始调试
F6 terminal 命令行窗口,打开后,i进行输入
F9 DapToggleBreakpoint 对文件进行打断点
F10 DapStepOver 调试 单步
F11 DapStepInto 调试 进入

更详细的功能,多按F2