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
- Host: GitHub
- URL: https://github.com/aaal-dev/nvim
- Owner: aaal-dev
- Created: 2023-10-06T23:39:17.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-10-08T19:26:13.000Z (over 2 years ago)
- Last Synced: 2025-03-14T13:14:12.137Z (over 1 year ago)
- Language: Lua
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nvim
My personal neovim config
Wait for some polishing
How it looks for now

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