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

https://github.com/pengshp/nvim

LazyVim config files! 🥳
https://github.com/pengshp/nvim

lua neovim

Last synced: 9 months ago
JSON representation

LazyVim config files! 🥳

Awesome Lists containing this project

README

          

# LazyVim

- [LazyVim](#lazyvim)
- [Themes](#themes)
- [Usage](#usage)
- [Features](#features)
- [LSP and Treesitter](#lsp-and-treesitter)
- [Code completion](#code-completion)
- [Reference](#reference)

A starter template for [LazyVim](https://github.com/LazyVim/LazyVim).
Refer to the [documentation](https://lazyvim.github.io/installation) to get started.

## Themes

- ~~rose-pine/neovim~~
- catppuccin/nvim

## Usage

```bash
git clone https://github.com/pengshp/nvim.git ~/.config/nvim
nvim
```

## Features

| Plugin | Desc |
| -------------------------- | -------------------------------------------------- |
| chrisgrieser/nvim-scissors | Automagical editing and creation of snippets. |
| pysan3/fcitx5.nvim | switch and restore fcitx state for each buffer. |
| HakonHarnes/img-clip.nvim | Effortlessly embed images into any markup language |

## LSP and Treesitter

| Language | LSP | Treesitter |
| ---------- | ----------- | ---------- |
| python | pylsp | python |
| lua | lua_ls | lua |
| golang | gopls | go |
| dockerfile | dockerls | dockerfile |
| bash | bashls | bash |
| yaml | yamlls | yaml |
| json | jsonls | json,jsonc |
| toml | taplo | toml |
| sql | sqlls | sql |
| markdown | marksman | markdown |
| terraform | terraformls | hcl |
| kcl | kcl | |
| ansible | ansiblels | yaml |

## Code completion

~~hrsh7th/nvim-cmp~~

[Saghen/blink.cmp](https://github.com/Saghen/blink.cmp)

## Reference

1. [Treesitter](https://tree-sitter.github.io/tree-sitter/)
2. [LazyVim](https://www.lazyvim.org/)
3. [LSP](https://microsoft.github.io/language-server-protocol/)
4. [Neovim](https://github.com/neovim/neovim)
5. [Lazy.nvim](https://github.com/folke/lazy.nvim)
6. [Mason](https://github.com/williamboman/mason.nvim)


Copyright © 2023 - present Neal Peng 🍃