Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
dheison0 committed Nov 14, 2022
1 parent 8b33b87 commit 91842ee
Show file tree
Hide file tree
Showing 8 changed files with 110 additions and 730 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
autoload/
bundle/
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2019 Foxxer
Copyright (c) 2022 Dheisom

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
338 changes: 0 additions & 338 deletions README.md

This file was deleted.

37 changes: 37 additions & 0 deletions README.pt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# amazing-vimrc

Um pequeno conjunto de plugins e configurações para tornar o NeoVim mais
bonito e rápido na hora de desenvolver seus códigos usando o terminal.

<center>![Screenshoot](screenshoot.png)</center>

Informações da captura de tela:
- Tema GTK/Konsole: [Dracula](https://github.com/dracula)
- Font: [FiraCode Nerd Font](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FiraCode)
- Sistema: Debian Bullseye
- DE: xfce


# Instalação/Atualização

Para instalar ou atualizar sua configuração é preciso rodar o comando a seguir
no seu terminal e aguardar o termino:

```bash
curl -Ls https://github.com/dheisom/amazing-vimrc/raw/master/install.sh | bash -
```


# Plugins do pacote

- [Vim-NumberToggle](https://github.com/jeffkreeftmeijer/vim-numbertoggle)
- [EditorConfig](https://github.com/editorconfig/editorconfig-vim)
- [AutoComplPop](https://github.com/vim-scripts/AutoComplPop)
- [DelimitMate](https://github.com/Raimondi/delimitMate)
- [CtrlP](https://github.com/ctrlpvim/ctrlp.vim)
- [Ag](https://github.com/rking/ag.vim)
- [Vim-Polyglot](https://github.com/sheerun/vim-polyglot)
- [Vim-Airline](https://github.com/vim-airline/vim-airline)
- [Purify](https://github.com/kyoz/purify)
- [Async.vim](https://github.com/prabirshrestha/async.vim)
- [Emmet-Vim](https://github.com/mattn/emmet-vim)
Loading

0 comments on commit 91842ee

Please sign in to comment.