This repo just contains my Neovim configuration for now. Like most dotfiles, the files in this repository include the configurations that make my system fit my needs.
You're free to copy my config but it is generally frowned upon because dotfiles tend be something really personal. Rather, if you are interested in using my config, I suggest copying whatever you like and putting it in your own config. That being said, suggestions are definitely open!
I have several plugins to enhance my experience using Neovim. As a side note, this config only works in Neovim. If you use Vim, it might be more relevant to look at my .vimrc.
My plugins are managed using lazy.nvim. Lazy is bootstrapped automatically.
The plugins I use are here.
Notes This config has several dependencies. Plugins will break if these are not installed:
- Neovim v0.8.0 or higher
- Git
- Nodejs
- LLVM
- GNU Compiler Collection
- make
- python
- pynvim
- Ripgrep
- a nerd font
- Glow
If you're interested in what I'm currently working on, I have a GitHub project that I use to track my Neovim journey.