https://github.com/zjp-cn/nvim-config
my nvim0.8 config
https://github.com/zjp-cn/nvim-config
neovim vim
Last synced: 2 months ago
JSON representation
my nvim0.8 config
- Host: GitHub
- URL: https://github.com/zjp-cn/nvim-config
- Owner: zjp-CN
- License: apache-2.0
- Created: 2021-12-11T15:18:49.000Z (over 4 years ago)
- Default Branch: lazy
- Last Pushed: 2024-12-28T07:22:56.000Z (over 1 year ago)
- Last Synced: 2025-01-11T20:17:20.889Z (over 1 year ago)
- Topics: neovim, vim
- Language: Lua
- Homepage:
- Size: 276 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💤 LazyVim
A starter template for [LazyVim](https://github.com/LazyVim/LazyVim).
Refer to the [documentation](https://lazyvim.github.io/installation) to get started.
# Windows
C compiler detected by nvim-treesitter [on Windows](https://github.com/nvim-treesitter/nvim-treesitter/wiki/Windows-support):
```lua
:lua require 'nvim-treesitter.install'.compilers = {"cl"}
```