mv ~/.config/nvim{,.bak}
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
git clone https://github.com/22mahmoud/nvim ~/.config/nvim
~/.config/nvim/scripts/setup
nvim --noplugin +PkgInstall +qa
- ️⛏️ Minimal Setup
- 📦 Use neovim built-in vim packages to manage external plugins using this
wrapper pkg-manager.lua, so you can add new plugin with
check for the installed plugins in plugins.lua and after/plugin directory for their configuration
use 'neovim/lspconfig'
- 🎨 Nice Looking statusline & winbar
- ️🎹 Use neovim built-in vim ins-completions,
and a custom script to add auto-import functionality when insert from LSP omni completionand the built-in neovim lsp compleitions. - 💊 a custom GraphQL client to execute
gql
queries/mutations with the keymap , + e