https://github.com/ellisonleao/criando-plugins-lua-neovim
Códigos fonte para a série "Criando plugins Lua para Neovim"
https://github.com/ellisonleao/criando-plugins-lua-neovim
Last synced: about 2 months ago
JSON representation
Códigos fonte para a série "Criando plugins Lua para Neovim"
- Host: GitHub
- URL: https://github.com/ellisonleao/criando-plugins-lua-neovim
- Owner: ellisonleao
- Created: 2020-10-03T04:18:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-06T02:28:26.000Z (over 3 years ago)
- Last Synced: 2024-10-06T05:41:27.907Z (12 months ago)
- Language: Lua
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Criando plugins Lua para Neovim
Este repositório serve como base para os códigos da série. Você pode acessar a série em nosso blog, [clicando aqui](https://ellisonleao.github.io/posts)
- [Parte 1 - Seu Primeiro Plugin](./parte-1)
- [Parte 2 - Um plugin para o mundo real](./parte-2)