Skip to content

Adonca2203/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base NVIM Configuration I use as a boilerplate for new setups

Requirements

Before you download this make sure your system has the following:

  1. Python3
  2. NodeJS
  3. npm
  4. Packer.nvim
  5. Stylua
  6. Nerd-Fonts
  7. ripgrep

Getting Started

Once you have installed the above pre-requisites all you need to do is

  1. Clone this repository (The below command will create the nvim directory inside of ~/.config)
cd ~/.config
git clone https://github.com/Adonca2203/nvim.git
cd nvim
  1. Open NVIM by typing nvim
  • You will see a lot of errors. Just press q until you enter the text editor
  1. In Normal Mode, type :PackerSync and hit Enter. This will download all the dependencies needed
  2. Quit out of NVIM (:q)
  3. Reopen NVIM and you should be all set

Formatters

This config uses formatter.nvim for formatting. Currently I have the following formatters:

  1. lua via stylua
  2. c-sharp via csharpier
  3. rust via rustfmt
  4. python via black python3 -m pip install black

Usage

When in a file for the above file types you can simply do :Format or :FormatWrite while in Normal mode to format or format + write the file respectively

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages