Skip to content
/ nvim-starter Public template
forked from LazyVim/starter

fork Starter template for LazyVim, add my config

License

Notifications You must be signed in to change notification settings

stormZhu/nvim-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💤 LazyVim

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

lsp

  • 增加lspsaga插件,他的find reference功能看起来更好!
  • clangd默认会有format功能,但是lazyVim用的format格式是llvm的,这里配置conform使用clang-format工工具来格式化,注意需要10.0.1版本,可以使用MasonInstall [email protected],或者自己将clang-format程序 copy到 ~/.local/share/nvim/mason/bin/ 下面也可以
  • 开启symbols-outline,看代码更方便

git

  • 待增加diffview插件

问题

不知道为什么LazyVim将vim.o.clipboard = "unnamedplus" 加了一个if条件? vim-interestingwords 插件导致 / 搜索的时候不高亮了,所以优先使用 k 更方便

About

fork Starter template for LazyVim, add my config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%