My Neovim/AstroNvim (v3) configuration
This repository has been archived on 2024-07-18. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2023-12-07 13:58:46 -05:00
highlights initial commit 2023-09-10 14:22:56 -04:00
plugins made changes to color scheme, readme 2023-12-07 13:58:46 -05:00
init.lua made changes to color scheme, readme 2023-12-07 13:58:46 -05:00
mappings.lua initial commit 2023-09-10 14:22:56 -04:00
options.lua added preferred font face and size 2023-11-09 21:33:42 -05:00
README.md made changes to color scheme, readme 2023-12-07 13:58:46 -05:00

Custom Neovim Plugins

Wyatt's user configuration for Neovim (AstroNvim)

Check this repo out too.

🛠️ Installation

Make a backup of your current nvim and shared folder

mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak

Clone this repository

git clone https://scm.wyattjmiller.com/wymiller/nvim-user ~/.config/nvim/lua/user

Start Neovim

nvim

or neovide if you have that installed:

neovide

Need fonts?

Run the install.sh file after you download the NerdFonts repository. It will get you all the fonts you will need. Log out and log back in for the fonts to take effect.