16 lines
571 B
Markdown
16 lines
571 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)
|
|
|