Commit Graph

5 Commits

Author SHA1 Message Date
Abdulrahman Sheikho 73cfe47848 tweaks: renames, typos, and other stuff. 2026-04-21 06:58:37 +03:00
Abdulrahman Sheikho fb6969fdd9 add-plugin: blade-nav - to work with laravel and blade 2026-03-12 19:32:35 +03:00
Abdulrahman Sheikho dc8156c52c setup: add icons
additionally set `which-key` to have `helix` look.
2026-03-12 10:52:09 +03:00
Abdulrahman Sheikho 564c30de26 modify: changes to blink.cmp's menu, keymaps, fuzzy-matcher
also:

- set auto_show to true for cmdline & term.
- enable `friendly-snippets`.
2026-03-12 08:13:03 +03:00
Abdulrahman Sheikho f9b07ed072 refactor: `init.lua` into modular layout
init.lua
lua/
├── core/
│   ├── autocommands.lua
│   ├── diagnostics.lua
│   ├── globals.lua
│   ├── init.lua
│   ├── keymaps.lua
│   ├── lazy-nvim.lua
│   └── options.lua
└── plugins/
    ├── blink.lua
    ├── conform.lua
    ├── gitsigns.lua
    ├── guess-indent.lua
    ├── mini.lua
    ├── nvim-lspconfig.lua
    ├── nvim-treesitter.lua
    ├── telescope.lua
    ├── todo-comments.lua
    ├── tokyonight.lua
    └── which-key.lua
2026-03-07 12:38:31 +03:00