https://github.com/hicarod/nvim-cfg-lua
My NeoVIM configuration with Lua.
https://github.com/hicarod/nvim-cfg-lua
dotfiles lua neovim
Last synced: about 1 year 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-03-19T23:26:05.000Z (about 1 year ago)
- Last Synced: 2025-03-20T00:26:46.964Z (about 1 year ago)
- Topics: dotfiles, lua, neovim
- Language: Lua
- Homepage:
- Size: 994 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.10.0`) 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 [`mini.completion`](https://github.com/echasnovski/mini.completion/) for a simple and fast autocompletion setup.
4. Treesitter for nice text highlighting.
5. LazyNvim as package manager.
## Packages
```
sudo pacman -S stylua # Code formatting
sudo pacman -S ripgrep # Fuzzy finder
```
## License
This project is licensed under the MIT license. See [LICENSE](./LICENSE).