Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steven314/nvim
Personal Neovim Configuration
https://github.com/steven314/nvim
Last synced: 15 days ago
JSON representation
Personal Neovim Configuration
- Host: GitHub
- URL: https://github.com/steven314/nvim
- Owner: Steven314
- License: gpl-3.0
- Created: 2023-12-10T02:34:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-16T00:53:09.000Z (6 months ago)
- Last Synced: 2024-07-16T04:12:17.798Z (6 months ago)
- Language: Lua
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```