Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
/ WIT.nvim Public archive

中文 nvim 配置 , 基于 kickter 修改 , 文件结构清晰, 中文注释 , 绝大多数快捷键都绑定在<Space>上 , 配合 which-key 展示快捷键

Notifications You must be signed in to change notification settings

WITstudio86/WIT.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIT.nvim

24年11月14日 ==fork 的repo已经清理 , 需要将配置文件中插件的repo名字手动更改==

一个基于 kickstart 的 nvim 配置

  • 中文注释
  • 基于 kickstart
  • 绝大多数快捷键绑定在 上 , 配合 which-key几乎可以看到所有快捷键提示
  • 快捷键中文提示,且在一个配置文件中
  • lazy.vim管理插件

功能列表

  • 语言服务
  • 代码高亮
  • AI 代码补全
  • coderunner 代码快速执行
  • 模糊查找工具
  • markdown 预览和图片快速插入工具

install

MAC / Linux

git clone https://github.com/WITstudio86/WIT.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
```   ' ' '

### Window   # # #窗口

```bash   ”“bash   ”“bash
git clone https://github.com/WITstudio86/WIT.nvim.git $env:USERPROFILE\AppData\Local\nvim\
```   ' ' '

## 目录结构

```   ' ' '
.
├── README.md
├── init.lua
├── lazy-lock.json
└── lua
    ├── basic.lua  基本配置文件
    ├── lsp  lsp配置存放的文件夹
    ├── mappings.lua  按键映射文件
    ├── plugin-config  插件配置的文件夹
    ├── plugins.lua  插件管理文件
    └── yankHightLight.lua  基本配置(赋值复制 高亮)

About

中文 nvim 配置 , 基于 kickter 修改 , 文件结构清晰, 中文注释 , 绝大多数快捷键都绑定在<Space>上 , 配合 which-key 展示快捷键

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages