An open API service indexing awesome lists of open source software.

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.

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).