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

https://github.com/aaal-dev/nvim

My personal neovim config
https://github.com/aaal-dev/nvim

Last synced: 11 months ago
JSON representation

My personal neovim config

Awesome Lists containing this project

README

          

# nvim
My personal neovim config
Wait for some polishing
How it looks for now

![Snapshot_2023-10-08_22-25-34](https://github.com/aaal-dev/nvim/assets/11665734/cd9d00e5-e7a7-42b6-94cd-66a7997a435b)

## Plugins

* Main
* [lazy.nvim](https://github.com/folke/lazy.nvim) - A package manager

* LSP
* [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig), [mason.nvim](https://github.com/williamboman/mason.nvim) and [mason-lspconfig.nvim](https://github.com/williamboman/mason-lspconfig.nvim) for LSP configuration
* [clangd_extensions.nvim](https://git.sr.ht/~p00f/clangd_extensions.nvim) - An extentions of LSP main clangd configuration for C/C++
* [go.nvim](https://github.com/ray-x/go.nvim) - A feature-rich Go development plugin
* [rust-tools.nvim](https://github.com/simrat39/rust-tools.nvim) - Tools for better development in Rust
* [zig-tools.nvim](https://github.com/NTBBloodbath/zig-tools.nvim) - Zig development tools
* [fidget.nvim](https://github.com/j-hui/fidget.nvim) - Standalone UI for nvim-lsp progress
*