Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erlimar/astronvim_config
Configurações do meu AstroNvim
https://github.com/erlimar/astronvim_config
Last synced: about 1 month ago
JSON representation
Configurações do meu AstroNvim
- Host: GitHub
- URL: https://github.com/erlimar/astronvim_config
- Owner: erlimar
- Created: 2023-09-08T15:34:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-16T20:34:11.000Z (10 months ago)
- Last Synced: 2024-02-16T22:36:18.265Z (10 months ago)
- Language: Lua
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minha configuração de usuário para AstroNvim
Baseado no template [AstroNvim](https://github.com/AstroNvim/AstroNvim)
![](assets/my_astronvim_screen.png)
## 🛠️ Instalação
### Faça o backup de sua configuração nvim atual se quiser
```shell
# sh
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
```
```powershell
# pwsh
rni -Path $env:LOCALAPPDATA\nvim -NewName $env:LOCALAPPDATA\nvim.bak
rni -Path $env:LOCALAPPDATA\nvim-data -NewName $env:LOCALAPPDATA\nvim-data.bak
```
### Instale a configuração do AstroNvim```shell
# sh
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
```
```powershell
# pwsh
git clone https://github.com/AstroNvim/AstroNvim $env:LOCALAPPDATA\nvim
```> Veja mais instruções em https://github.com/AstroNvim/AstroNvim para pré-requisitos e setup inicial
### Clone este repositório de configurações do usuário
```shell
# sh
git clone https://github.com/erlimar/astronvim_config ~/.config/nvim/lua/user
```
```powershell
# pwsh
git clone https://github.com/erlimar/astronvim_config $env:LOCALAPPDATA\nvim\lua\user
```### Inicie seu Neovim
```shell
nvim
```