https://github.com/markelca/nvim-hero
I turned neovim into my own IDE. Counts with code autocompletion, language documentation, file manager, git changes info, styles and so on...
https://github.com/markelca/nvim-hero
neovim neovim-conf nvim nvim-configuration vim vim-configuration vim-ide vim-plugins vimrc vimscript
Last synced: about 1 month ago
JSON representation
I turned neovim into my own IDE. Counts with code autocompletion, language documentation, file manager, git changes info, styles and so on...
- Host: GitHub
- URL: https://github.com/markelca/nvim-hero
- Owner: MarkelCA
- Created: 2020-12-26T23:30:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T18:45:54.000Z (almost 2 years ago)
- Last Synced: 2025-02-11T11:52:22.994Z (3 months ago)
- Topics: neovim, neovim-conf, nvim, nvim-configuration, vim, vim-configuration, vim-ide, vim-plugins, vimrc, vimscript
- Language: Vim script
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nvim-hero
I turned neovim into my own IDE. Counts with code autocompletion, language documentation, file manager, git changes info, styles and so on...## Plugins Installed:
### Syntax:
1. [vim-js](https://github.com/yuezk/vim-js)
2. [MaxMEllon / vim-jsx-pretty](https://github.com/MaxMEllon/vim-jsx-pretty)
3. [nelsyeung / twig.nvim](https://github.com/nelsyeung/twig.vim)
4. [frazrepo / vim-rainbow](https://github.com/frazrepo/vim-rainbow)### Styles
5. [sonph / onefalf](https://github.com/sonph/onehalf)
6. [vim-airline / vim-airline](https://github.com/vim-airline/vim-airline)
7. [vim-airline / vim-airline-themes](https://github.com/vim-airline/vim-airline-themes)
8. [morhetz / gruvbox](https://github.com/morhetz/gruvbox)### IDE:
9. [neoclide / coc.nvim](https://github.com/neoclide/coc.nvim)
10. [tpope / vim-fugitive](https://github.com/tpope/vim-fugitive)
11. [APZelos / blamer.nvim](https://github.com/sonph/onehalf)
12. [preservim / nerdtree](https://github.com/preservim/nerdtree)### Utilities:
13. [junegunn / fzf.vim](https://github.com/junegunn/fzf.vim)
14. [christoomey / vim-tmux-navigator](https://github.com/christoomey/vim-tmux-navigator)
15. [mg979 / vim-visual-multi](https://github.com/mg979/vim-visual-multi)
16. [spf13 / vim-autoclose](https://github.com/spf13/vim-autoclose)
17. [easymotion / vim-easymotion](https://github.com/easymotion/vim-easymotion)
18. [preservim / nerdcommenter](https://github.com/easymotion/vim-easymotion)
19. [mattn / emmet-vim](https://github.com/preservim/nerdtree)## Plugin Managers:
1. [junegunn / vim-plug](https://github.com/junegunn/vim-plug)
2. [VundleVim / Vundle.vim](https://github.com/VundleVim/Vundle.vim)---


