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
- Host: GitHub
- URL: https://github.com/equk/neovim-lua
- Owner: equk
- License: mit
- Created: 2021-04-11T15:17:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-02T14:34:58.000Z (over 4 years ago)
- Last Synced: 2025-01-24T07:11:26.774Z (over 1 year ago)
- Language: Lua
- Size: 751 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# neovim-lua
Migrating neovim config to lua
Testing neovim 0.5 features
## Screenshot

## 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)