https://github.com/igordcard/config.nvim
~/.config/nvim
https://github.com/igordcard/config.nvim
lazyvim lua neovim nvim nvim-cmp vim vim-configuration
Last synced: about 2 months ago
JSON representation
~/.config/nvim
- Host: GitHub
- URL: https://github.com/igordcard/config.nvim
- Owner: igordcard
- Created: 2025-09-30T00:43:29.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-12-18T03:47:21.000Z (6 months ago)
- Last Synced: 2025-12-21T13:29:51.672Z (6 months ago)
- Topics: lazyvim, lua, neovim, nvim, nvim-cmp, vim, vim-configuration
- Language: Lua
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neovim Config
My Neovim configuration using LazyVim.
## Installation
Clone to `~/.config/nvim`:
```bash
git clone https://github.com/igordcard/config.nvim ~/.config/nvim
```
Open Neovim; LazyVim installs plugins automatically.
## Key Features
- **Plugins**: Harpoon, Telescope, UndoTree, Vim-Fugitive, Rose-Pine theme, nvim-cmp (customized).
- **Leader Key**: Space
- **Disabled Completion**: Markdown, Git commits
- **Custom Keymaps**: See `lua/igordc/remap.lua` and plugin configs.
## Notes
- Uses LazyVim extras: DAP, nvim-cmp
- Configs moved from `after/plugin/` to plugin specs for lazy loading.