⚠️ Note: This is my first test Neovim config. It’s minimal, experimental, and will be improved over time.
- Python LSP (Pyright)
- Autocompletion via
nvim-cmp+ LuaSnip - Some GNU nano–like keymaps
- Basic UI tweaks
- Auto installer (
install.sh)
curl -fsSL https://raw.githubusercontent.com/MilakyS/BasicsNVim/main/install.sh | bashInstaller:
- Detects existing configs
- Lets you Backup / Delete / Cancel
- Clones BasicsNVim
- Installs plugins silently
git clone https://github.com/MilakyS/BasicsNVim ~/.config/nvim
nvimOptional: force plugin sync
:Lazy sync
- Minimal test config for learning and experimentation
- Python-focused for now; C/C++ support planned
- Keymaps and structure are simple so beginners can explore
- Expect changes — this repo will evolve
- Add Treesitter custom configs
- C/C++ toolchain integration
- More keymaps and better Nano-like experience