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
- Host: GitHub
- URL: https://github.com/fabianmolinab/nvim
- Owner: fabianmolinab
- Created: 2021-09-29T20:10:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T16:10:57.000Z (almost 2 years ago)
- Last Synced: 2024-04-01T17:29:32.902Z (almost 2 years ago)
- Topics: dotfiles, hacktoberfest, lazy, lua, nvim
- Language: Lua
- Homepage:
- Size: 352 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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).