Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 892 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 892 Bytes

Hello this is mine custom Nvim

This project was heavily inspired by the LazyVim distribuition, but I decided to create a new project to customize the plugin as I wanted and learn to more about how to configure the stuff on NeoVim

readme-banner

Roadmap

  1. DAG (Debugger Adapter Protocol)

Installation

  1. Do a backup of your current nvim configuration if have one
mv ~/.config/nvim{,.bak}
  1. Next download this distribuition on your nvim directory
git clone https://github.com/alaurentinoofficial/nvim ~/.config/nvim
  1. Start NeoVim and enjoy 😜
nvim

If your a newer with vim or with this distribution go to the Cheatsheet 💩💩 documentation to learn how to use the keymaps

Contribution

Just submit a new PR

Thank you