hanxi / nvim-config

Hanxi's Neovim configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

涵曦的 neovim 配置

安装脚本见: https://github.com/hanxi/dotfiles

截图

image

快捷键

  • <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 选中

About

Hanxi's Neovim configuration

License:MIT License


Languages

Language:Lua 100.0%