https://github.com/hicarod/nvim-cfg-lua
My NeoVIM configuration with Lua.
https://github.com/hicarod/nvim-cfg-lua
dotfiles lua neovim
Last synced: 2 months ago
JSON representation
My NeoVIM configuration with Lua.
- Host: GitHub
- URL: https://github.com/hicarod/nvim-cfg-lua
- Owner: HicaroD
- License: mit
- Created: 2022-12-10T18:43:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-12-24T20:17:59.000Z (6 months ago)
- Last Synced: 2025-12-26T10:37:50.400Z (6 months ago)
- Topics: dotfiles, lua, neovim
- Language: Lua
- Homepage:
- Size: 1010 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nvim
My Neovim (`0.11.x`) configuration built from scratch with Lua.
## Tools
1. Telescope as fuzzy finder.
2. Ripgrep for recursively searches directories for a regex pattern efficiently
while respecting my `.gitignore`.
3. Native Neovim LSP configuration with `nvim-cmp` and built-in snippet engine.
5. LazyNvim as package manager.
## Packages
- stylua
- ripgrep
## License
This project is licensed under the MIT license. See [LICENSE](./LICENSE).