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

https://github.com/equk/neovim-lua

migrating neovim config to lua
https://github.com/equk/neovim-lua

Last synced: over 1 year ago
JSON representation

migrating neovim config to lua

Awesome Lists containing this project

README

          

# neovim-lua

Migrating neovim config to lua

Testing neovim 0.5 features

## Screenshot

![](./screenshot.png)

## Features

- [x] Plugins Managed Using Packer
- [x] Packer Installer
- [x] Telescope Fuzzy Finder
- [x] Neovim LSP Client
- [x] Language Specific LSP (`Go`, `Javascript`, `Typescript`, `Rust`, `lua`, `vue`)
- [x] Code Completion (`buffer`, `lsp`, `snippets`)
- [x] Treesitter Syntax Highlighting
- [x] Linter On Save using ALE (`Go`, `Javascript`, `Typescript`, `Rust`, `lua`)
- [x] Buffer Status (Changed, Unsaved, LSP)
- [x] Line Git Status
- [x] Git Diff Viewer

## TODO

- [ ] linter on save using LSP (eg: efm-langserver)