This is a simple configuration file for Neovim. It's a work in progress but the goal is to keep it relatively minimal.
The primary use case here is as a general purpose development environment.
Here are some resources (in no particular order) I used in putting this together. These may help you too if you want to go down the rabbit hole of making your own Vim/Neovim configuration.
-
Used for telescope-nvim-fzf-native and mason.nvim
choco install mingw
-
- Plugin Manager.
-
- Configs for the Neovim LSP Client.
-
- Adds in a menu to display possible completions based on the currently typed keybind.
-
- Fuzzy finding over lists.
-
- Customizeable status line.