- 插件使用 LazyVim 管理
- 主要的插件
- telescope.nvim 模糊搜索
- nvim-lspconfig lsp 配置 c/c++, go, python, lua, bash
- bufferline.nvim 使用 tabbar 管理 buffer
- catppuccin/nvim 主题, 使用明色主题 latte
- lualine.nvim 状态栏
- nvim-tree.lua 目录树
- nvim-osc52 osc52 粘贴板, wezterm 终端支持
安装脚本见: https://github.com/hanxi/dotfiles
<C-]>
lsp definition<C-P>
telescope 插件,文件模糊搜索<C-Q>
关闭 tab 页签<C-C><C-C>
连续两次 Ctrl + C 关闭所有插件窗口<C-H>
<C-L>
切换tab页签,<space>
删除行尾空白字符,t
nvim-tree 目录树,g
打开 telescope 插件搜索光标所在单词<select>gs
选择字符串,按gs打开 telescope 插件搜索选择字符串- 自动补全使用
<Tab>
和<S-Tab>
选择候选项,Enter
选中