.
├── init.lua
├── lazy-lock.json
├── lua
│ ├── Plugins
│ │ ├── bufferLine.lua
│ │ ├── colorScheme.lua
│ │ ├── luaLine.lua
│ │ ├── mdPrev.lua
│ │ ├── neoTree.lua
│ │ └── whichKey.lua
│ ├── Scripts
│ │ ├── assets/
│ │ ├── temps/
│ │ ├── copyWhole.lua
│ │ └── writeTemplate.lua
│ ├── plugins.lua
│ └── scripts.lua
- Lazy.nvim plugin management
- Clean and minimal UI
- Status line with lualine
- Buffer management with bufferline
- File explorer with Neo-tree
- Which-key integration
- Custom utility scripts
- Autocompletion
- LSP configuration
- Formatting & Linting Tools
- Treesitter integration
- Arabic Support
mv ~/.config/nvim ~/.config/nvim.bak
git clone https://github.com/tree-1917/AlcamelNvim ~/.config/nvim- Fork The Project Repo
- Add you feature or fix
- Create a Pull Request
