An open API service indexing awesome lists of open source software.

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

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"}
```