My first proper Neovim config.
[!NOTE] Intended for use on MacOS and Linux.
[!NOTE] I don't think this list is exhaustive right now, hopefully one day it will be!
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.
Programming languages are configured in two places:
lua/plugins/languages
: plugin configurationafter/ftplugin
: extra configuration (e.g. vim.bo
, snippets)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.