Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/steven314/nvim

Personal Neovim Configuration
https://github.com/steven314/nvim

Last synced: 15 days ago
JSON representation

Personal Neovim Configuration

Awesome Lists containing this project

README

        

# Description
This is my NeoVim configuration. It is based on [NvChad](https://github.com/NvChad/NvChad) and its [starter configuration](https://github.com/NvChad/starter).

The setup is used mostly for $\LaTeX$, toying with [Quarto](https://quarto.org/) and [Shiny](https://quarto.org/) development.

# Requirements
This configuration was created on [Linux Mint 21.3](https://www.linuxmint.com/download.php) with the Cinnamon desktop environment.

This is definitely not a complete list.

- [NeoVim](https://github.com/neovim/neovim/wiki/Installing-Neovim) (obviously): I am using version 0.10.0.
- Python 3
- [Ripgrep](https://github.com/BurntSushi/ripgrep)
- [Nerd Fonts](https://www.nerdfonts.com/font-downloads): I use Caskaydia Cove ([preview](https://www.programmingfonts.org/#cascadia-code)).
- [zathura](https://pwmt.org/projects/zathura/): This is used for a (relatively) live rendering of $\LaTeX$ documents. This viewer is only available on Linux.
- C compiler

# Installation
Clone this repository to your `~/.config/nvim` directory.
```
git clone https://github.com/Steven314/nvim.git ~/.config/nvim
```