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

https://github.com/fabianmolinab/nvim

Mi configuración personal de NeoVim
https://github.com/fabianmolinab/nvim

dotfiles hacktoberfest lazy lua nvim

Last synced: about 1 month ago
JSON representation

Mi configuración personal de NeoVim

Awesome Lists containing this project

README

          

# Mi configuración personal de NeoVim
## Requerimientos

- [Nerd Fonts](https://www.nerdfonts.com/) [codicons.ttf](https://github.com/microsoft/vscode-codicons) - tipografia con los mejores iconos.
- [Neovim](https://neovim.io/) >= v0.11
- [Git](https://git-scm.com/) - para instalar los complementos con [lazy.nvim](https://github.com/folke/lazy.nvim).
- [Node](https://nodejs.org/) y [NPM](https://www.npmjs.com/package/npm) - para instalar los servidores de lenguajes, debuguers, linters, etc [mason.nvim](https://github.com/williamboman/mason.nvim).
- [Golang](https://go.dev/doc/install) y [LuaRocks](https://github.com/luarocks/luarocks/wiki/Download) - para la configuración por defecto de desarrollo en GO y en Lua
- [ripgrep (rg)](https://github.com/BurntSushi/ripgrep) - para las busquedas por palabras [nvim-telescope](https://github.com/nvim-telescope/telescope.nvim).
- [fd](https://github.com/sharkdp/fd) - para buscar archivos con [nvim-telescope](https://github.com/nvim-telescope/telescope.nvim).