Neovim_Backup/README.md

21 lines
713 B
Markdown
Raw Normal View History

2021-12-25 00:15:40 -06:00
My personal neovim configuration, liberally sprinkling chunks of [CodeArt](https://github.com/artart222/CodeArt) & [NvChad](https://github.com/NvChad/NvChad) throughout
# Table of Contents
[[_TOC_]]
# Supported Operating Systems
- macOS
# Requirements
In the scenario your OS is *not* listed in [Supported Operating Systems](#supported-operating-systems) you will have to
manually install the following packages:
- [universal-ctags](https://github.com/universal-ctags/ctags)
- [fzf](https://github.com/junegunn/fzf)
- [ripgrep](https://github.com/BurntSushi/ripgrep)
2021-12-25 01:41:57 -06:00
# Installation
- Curl
```bash
2021-12-25 01:46:29 -06:00
bash -c "$(curl https://gitlab.orion-technologies.io/backups/neovim-backup/-/raw/Development/install.bash)"
2021-12-25 01:41:57 -06:00
```