A minimal Neovim configuration of mine very messy tho. Focused on python cuz it's pretty much what I know with C# but since I'm new at this I use Visual Studio for that one lol.
Before installing, ensure you have the following dependencies installed on your system:
-
Basic Utilities:
git
make
unzip
- A C compiler (e.g.,
gcc
)
-
Additional Tools:
Clone the configuration repository into your Neovim configuration directory:
git clone https://github.com/acura31/neovim-config "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
Using Command Prompt (cmd):
git clone https://github.com/acura31/neovim-config "%localappdata%\nvim"
Using PowerShell:
git clone https://github.com/acura31/neovim-config "${env:LOCALAPPDATA}\nvim"
You're all set! Open Neovim and run the following command to manage and view the plugin status:
:Lazy