Skip to content

MilakyS/BasicsNVim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BasicsNVim

⚠️ Note: This is my first test Neovim config. It’s minimal, experimental, and will be improved over time.


📦 Features (Test)

  • Python LSP (Pyright)
  • Autocompletion via nvim-cmp + LuaSnip
  • Some GNU nano–like keymaps
  • Basic UI tweaks
  • Auto installer (install.sh)

🔧 Installation

✅ Automatic installer

curl -fsSL https://raw.githubusercontent.com/MilakyS/BasicsNVim/main/install.sh | bash

Installer:

  • Detects existing configs
  • Lets you Backup / Delete / Cancel
  • Clones BasicsNVim
  • Installs plugins silently

📦 Manual

git clone https://github.com/MilakyS/BasicsNVim ~/.config/nvim
nvim

Optional: force plugin sync

:Lazy sync

🧠 Notes

  • 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

📝 TODO

  • Add Treesitter custom configs
  • C/C++ toolchain integration
  • More keymaps and better Nano-like experience

🔗 Links

Releases

No releases published

Packages

 
 
 

Contributors