My neovim config [Full IDE Experience]. Minimal, highly functional, modular, and aesthetic. This config have everything i may need for my future development. Contains: LSP, DAP, and a Code Runner - Full IDE experience.
DashboardCoding
![]()
- Neovim >= 0.10
- Nerd Font (for icons)
- Git
- LSP support (lua_ls, pyright, ts_ls) with Mason integration
- DAP (debugging) for Python, C/C++, Rust
- Integrated code runner for quick script execution
- Treesitter, autocompletion (blink.cmp), automatic formatting (conform.nvim)
- Modular Lua plugin structure with lazy.nvim
git clone https://codeberg.org/initSyscall/nvim.git ~/.config/nvimOpen Neovim - plugins will auto-install on first launch.
Apache License 2.0 - see LICENSE file for details.

