peter-bread / peter.nvim

My Neovim Config
1 stars 0 forks source link
linux lua macos neovim neovim-conf neovim-config neovim-configuration nvim

peter.nvim

My first proper Neovim config.

[!NOTE] Intended for use on MacOS and Linux.

Requirements

[!NOTE] I don't think this list is exhaustive right now, hopefully one day it will be!

Install

Clone the repository.

git clone https://github.com/peter-bread/peter.nvim.git ~/.config/nvim

[!TIP] Be sure to back up any existing Neovim files.

Structure

Languages

Programming languages are configured in two places:

You can use require("util.new_lang") to access a wrapper module that simplifies some plugin setup for progamming languages.

It is useful for:

On top of that, you can include other plugins, but you need to set them up manually.

Showcase

Screenshot 2024-09-19 at 00 20 07 Screenshot 2024-09-19 at 00 22 11