Skip to content

acura31/neovim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Configuration

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.

External Requirements

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:

    • ripgrep (for fast file searching)
    • A clipboard tool (choose based on your platform):
      • xclip / xsel (Linux)
      • win32yank (Windows)
    • A Nerd Font (to display icons correctly).

Installation

For Linux/MacOS

Clone the configuration repository into your Neovim configuration directory:

git clone https://github.com/acura31/neovim-config "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim  

For Windows

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

About

My first neovim configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages