8000 GitHub - guidancer/neovim-config: Out-of-the-box neovim configuration
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

guidancer/neovim-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Quick Start

Now, I have two branches for neovim, one is using embed lsp, anothor is using coc.nvim.

Embed lsp is for geek customization, coc is for lightweight configuration.

Install

For embed lsp users:

git clone -b lsp https://github.com/jinzhongjia/neovim-config.git ~/.config/nvim

For coc users:

git clone -b coc https://github.com/jinzhongjia/neovim-config.git ~/.config/nvim

Denpendences

  • Golang
  • Rust
  • Python
  • Nodejs
  • Zig
  • Gcc/Clang
  • Lazygit
  • Lazydocker
  • fd (embed lsp)
  • ripgrep (embed lsp)

Note

When you install this configuration compeletely, you need to run:checkhealth for check whether has problem.

For embed lsp users

lsp server and null-ls denpendences are all installed by mason, you can use :mason to check installing information

FOr coc users

coc depends nodejs, you may need to read coc help!

About

Out-of-the-box neovim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0