21 lines
713 B
Markdown
21 lines
713 B
Markdown
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)
|
|
|
|
# Installation
|
|
- Curl
|
|
```bash
|
|
bash -c "$(curl https://gitlab.orion-technologies.io/backups/neovim-backup/-/raw/Development/install.bash)"
|
|
```
|