Skip to content

MrMoneyInTheBank/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup NeoVim Like A Chad

I need to update the plugins table

  • added supermaven (testing)
  • autopairs
  • autotag
  • comment
  • Im sure i have some new dap configs
  • noice
  • nvim surround
  • toggleterm
  • whichkey

Introduction

This is my nvim config which includes everything that I need for software development. It's focused on simplicity and extensibility.

External Dependencies

  • NeoVim
  • ripgrep
  • fd
  • lazygit

Installation

Clone this repository:

# For unix-based systems
git clone https://github.com/MrMoneyInTheBank/vim.git ~/.config/nvim
# For macOS only
chmod +x ~/.config/nvim/install.sh
~/.config/nvim/install.sh
# For windows systems
git clone https://github.com/MrMoneyInTheBank/vim.git %APPDATA%\nvim

## Change file permissions before executing install script
%APPDATA%\nvim\install.sh

Plugins

About

nvim config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published