ShayyVim is designed to be perfect, minimal, functional, and aesthetic for my POV. It has a custom dashboard, fast LSP setup, treesitter, telescope, and a clean UI based on my personal preferences.
- Discord Presence with cord.nvim
- Custom Alpha Dashboard with unique ASCII art
- Clean UI with icons, borders, and colors
- Blazing fast startup using lazy.nvim
- Built-in LSP with autocompletion ( rust, go, zig, c, c++, ts, etc. )
- Treesitter enhanced syntax
- Fuzzy searching with Telescope
- File explorer with Nvim-Tree or Oil.nvim
- Highly optimized defaults and keymaps
- Clean modular Lua structure for easy customization
- Neovim 0.11++
- A Nerd Font (e.g., JetBrainsMono Nerd Font)
git clone https://github.com/shayyz-code/shayyvim.git ~/.config/nvimOpen Neovim:
nvimLazy.nvim will automatically install all plugins.
My setup includes a fully custom banner:
You may replace it with your own.
dashboard.section.header.val = {
... (your ASCII art)
}Already prompted a custom highlight color:
vim.api.nvim_set_hl(0, "ShayyHeader", { fg = "#7dd3fc", bold = true })This lets the dashboard stay consistent across colorscheme changes.
| Mode | Key | Action |
|---|---|---|
| Normal | D-p |
Telescope Find Files |
| Normal | <leader>fg |
Live Grep |
| Normal | D-e |
File Explorer |
| Normal | A-k |
Move line up |
| Normal | A-j |
Move line down |
| Normal | A-[ |
Switch to left tab |
| Normal | A-] |
Switch to right tab |
(Add/remove based on your needs)
- lazy.nvim — plugin manager
- alpha-nvim — dashboard
- nvim-web-devicons
- telescope.nvim
- nvim-lspconfig
- nvim-cmp + snippets
- LuaSnip
- nvim-treesitter
- lualine
- neo-tree
- cord.nvim - discord presence
- colorizer - sample color for color codes
Everything is modular, so you can customize:
lua/vim-options→ keymaps, settingslua/plugins→ plugin configs
- Add theme previews
- Add installer script
- Add keymap cheatsheet
- Add plugin showcase GIF
Pull requests are welcome! Feel free to fork, open issues, or submit suggestions.
Shayy
One of Vimmers
If you like this setup, consider giving the repo a star on GitHub ⭐
