mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-23 22:13:51 +00:00
44 lines
1.1 KiB
Markdown
44 lines
1.1 KiB
Markdown
---
|
|
title: vim-beyondcode
|
|
homepage: https://webinstall.dev/vim-beyondcode
|
|
tagline: |
|
|
meta package for vim settings recommended for Beyond Code Bootcamp
|
|
---
|
|
|
|
To update (replacing the current version) run `webi vim-beyondcode`.
|
|
|
|
## Cheat Sheet
|
|
|
|
> A collection of extremely useful plugins and very simple one-line changes to
|
|
> vim's default settings.
|
|
|
|
This meta package will install the full set of recommended plugins and setting
|
|
changes for [Beyond Code Bootcamp](https://beyondcodebootcamp.com) students.
|
|
|
|
It includes many of the vim plugins available on webinstall.dev such as:
|
|
|
|
- [vim-shell](/vim-shell)
|
|
- [vim-sensible](/vim-sensible)
|
|
- [vim-spell](/vim-spell)
|
|
- [vim-lastplace](/vim-lastplace)
|
|
- [vim-viminfo](/vim-viminfo)
|
|
- [vim-ale](/vim-ale)
|
|
- [vim-prettier](/vim-prettier)
|
|
|
|
### Files
|
|
|
|
These are the files / directories that are created and/or modified with this
|
|
install:
|
|
|
|
```text
|
|
~/.config/envman/PATH.env
|
|
~/.local/opt/node/
|
|
~/.local/share/fonts/
|
|
~/.vim/pack/plugins/start/
|
|
~/.vim/plugins/
|
|
~/.vimrc
|
|
```
|
|
|
|
note: each of the vim plugins above makes an entry into the vim plugin
|
|
directories
|