mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 05:51:06 +00:00
Merge b0226f6b14 into 35f56b9189
This commit is contained in:
commit
b67c25dbb8
1 changed files with 5 additions and 5 deletions
10
README-PT.md
10
README-PT.md
|
|
@ -57,14 +57,14 @@ como necessário, junto com a conveniência de um setup pré-configurado.
|
||||||
|
|
||||||
## ⚡️ Requesitos
|
## ⚡️ Requesitos
|
||||||
|
|
||||||
- Neovim >= **0.11.2** (preciso fazer build com **LuaJIT**)
|
- Neovim >= **0.11.2** (precisa fazer build com **LuaJIT**)
|
||||||
- Git >= **2.19.0** (para suporte parcial de clones)
|
- Git >= **2.19.0** (para suporte parcial de clones)
|
||||||
- uma [Nerd Font](https://www.nerdfonts.com/) **_(opcional)_**
|
- uma [Nerd Font](https://www.nerdfonts.com/) **_(opcional)_**
|
||||||
- um compilador de **C** para `nvim-treesitter`. Mais informações [aqui](https://github.com/nvim-treesitter/nvim-treesitter#requirements)
|
- um compilador de **C** para `nvim-treesitter`. Mais informações [aqui](https://github.com/nvim-treesitter/nvim-treesitter#requirements)
|
||||||
|
|
||||||
## 🚀 Como Começar
|
## 🚀 Como Começar
|
||||||
|
|
||||||
Podes encontrar uma template **LazyVim** starter para começar, [aqui](https://github.com/LazyVim/starter)
|
Podes encontrar um template **LazyVim** starter para começar, [aqui](https://github.com/LazyVim/starter)
|
||||||
|
|
||||||
<details><summary>Experimenta com docker</summary>
|
<details><summary>Experimenta com docker</summary>
|
||||||
|
|
||||||
|
|
@ -79,7 +79,7 @@ docker run -w /root -it --rm alpine:edge sh -uelic '
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details><summary>Instala a template <a href="https://github.com/LazyVim/starter">LazyVim Starter</a></summary>
|
<details><summary>Instala o template <a href="https://github.com/LazyVim/starter">LazyVim Starter</a></summary>
|
||||||
|
|
||||||
- Faz um backup da tua configuração atual de Neovim:
|
- Faz um backup da tua configuração atual de Neovim:
|
||||||
|
|
||||||
|
|
@ -116,12 +116,12 @@ Existe um excelente video criado por [@elijahmanor](https://github.com/elijahman
|
||||||
|
|
||||||
[](https://www.youtube.com/watch?v=N93cTbtLCIM)
|
[](https://www.youtube.com/watch?v=N93cTbtLCIM)
|
||||||
|
|
||||||
## 📂 Extrutura de ficheiros
|
## 📂 Estrutura de ficheiros
|
||||||
|
|
||||||
Os ficheiros no diretório **config** serão carregados automaticamente
|
Os ficheiros no diretório **config** serão carregados automaticamente
|
||||||
no momento apropriado, por isso não é necessário carregar os plugins manualmente.
|
no momento apropriado, por isso não é necessário carregar os plugins manualmente.
|
||||||
**LazyVim** vem com um conjunto de ficheiros
|
**LazyVim** vem com um conjunto de ficheiros
|
||||||
que serão carregados **_antes_** dos teus. Lẽ mais [aqui](https://github.com/LazyVim/LazyVim/tree/main/lua/lazyvim/config)
|
que serão carregados **_antes_** dos teus. Lê mais [aqui](https://github.com/LazyVim/LazyVim/tree/main/lua/lazyvim/config)
|
||||||
|
|
||||||
Tu podes acrescentar a tua configuração em `lua/plugins`. Todos os ficheiros
|
Tu podes acrescentar a tua configuração em `lua/plugins`. Todos os ficheiros
|
||||||
neste diretório serão carregados automaticamente por [lazy.nvim](https://github.com/folke/lazy.nvim)
|
neste diretório serão carregados automaticamente por [lazy.nvim](https://github.com/folke/lazy.nvim)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue