https://github.com/jinzhongjia/neovim-config
Out-of-the-box neovim configuration
https://github.com/jinzhongjia/neovim-config
neovim-config neovim-configuration neovim-dotfiles
Last synced: 7 months ago
JSON representation
Out-of-the-box neovim configuration
- Host: GitHub
- URL: https://github.com/jinzhongjia/neovim-config
- Owner: jinzhongjia
- Created: 2023-01-05T09:47:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T12:51:57.000Z (over 1 year ago)
- Last Synced: 2024-05-29T04:25:47.930Z (over 1 year ago)
- Topics: neovim-config, neovim-configuration, neovim-dotfiles
- Homepage:
- Size: 8.06 MB
- Stars: 34
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Quick Start
[中文](https://github.com/jinzhongjia/neovim-config/blob/main/Readme_CN.md)
Now, my neovim is using embed lsp feature, which is more geek!
> *In fact, I don’t want you to directly copy or git it down and use my configuration. My configuration is more suitable for myself. The role of my configuration is more often to provide you with an idea for your own configuration, so that you can Understand which plug-ins are needed, how to deal with dependencies, how to deal with file organization structure, and more!*
## Overview

## Install
For embed lsp users:
neovim version: `0.10`
```sh
# for unix-like
git clone https://github.com/jinzhongjia/neovim-config.git ~/.config/nvim
# for windows
git clone https://github.com/jinzhongjia/neovim-config.git ~/AppData/Local/nvim
```## Denpendences
- wget
- curl
- Golang
- Rust
- Python
- Nodejs
- Zig
- Gcc/Clang
- Dotnet
- Lazygit
- Lazydocker
- fd
- ripgrep
- unzip
- Cmake
- Microsoft C++ Build Tools (For MS Windows)For GUI, you can install [Neovide](https://neovide.dev/) or [Nvy](https://github.com/RMichelsen/Nvy), they are great GUI client!
## Note
When you install this configuration completely, you need to run`:checkhealth` for check whether has problem.
Lsp server and guard denpendences are all installed by mason, you can use `:mason` to check installing information
## More Picture



