https://github.com/eduardorodriguesf/nvim
Minimal Neovim configuration
https://github.com/eduardorodriguesf/nvim
dotfiles fzf lua neovim vimscript
Last synced: 4 days ago
JSON representation
Minimal Neovim configuration
- Host: GitHub
- URL: https://github.com/eduardorodriguesf/nvim
- Owner: EduardoRodriguesF
- Created: 2022-07-28T20:30:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T14:44:03.000Z (over 1 year ago)
- Last Synced: 2025-08-22T13:04:03.396Z (9 months ago)
- Topics: dotfiles, fzf, lua, neovim, vimscript
- Language: Lua
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neovim
Using latest Neovim 0.9
This configuration requires a `.vimrc` file on home directory. The one I use can be found [here](https://github.com/EduardoRodriguesF/dotfiles/blob/master/.vimrc).
## Dependencies
- [Packer](https://github.com/wbthomason/packer.nvim) for plugin management.
- [ripgrep](https://github.com/BurntSushi/ripgrep) to enhance fuzzy finding.