mv ~/.config/nvim/ ~/.config/nvim-bak/
git clone https://github.com/sadiksaifi/nvim.git ~/.config/nvimRun
nvimand wait for the plugins to be installed.
~/.config/nvim
├── init.lua -- Entry point, loads lua/user/
├── lua/
│ ├── user/ -- Core config (options, keymaps, lazy.nvim bootstrap, diagnostics)
│ └── plugins/ -- Plugin specs loaded by lazy.nvim
├── after/
│ ├── ftdetect/ -- Custom filetype detection (astro, mdx)
│ └── queries/ -- Custom treesitter queries
└── lazy-lock.json -- Plugin lockfile
