Skip to content

kiridore/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neovim 配置文档

第三方组件

rg

  • 用于telescope插件全文搜索 Github

fd

  • 用于telescope插件文件搜索工具 Github

zig(Windows)

  • 编译Treesitter的所有解析器,在Win下必须 Home

lazygit

  • 终端图形化Git工具 Github

MinGW32

  • 编译器、clangd均包含在其中
  • 使用msys2直接安装MinGW工具链
mingw-w64-x86_64-toolchain 包含了 gcc, gdb 一类的开发工具
mingw-w64-x86_64-cmake 用来组织项目
mingw-w64-x86_64-neovim 用来编辑
mingw-w64-x86_64-clang 提供了 clang-format 格式化工具
mingw-w64-x86_64-clang-tools-extra 提供了 clangd, clang-tidy 一类 lint 工具

参考博客

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages