Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 657 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 657 Bytes

Preview:

image

Dependencies:

  • install nvim
  • install packer
  • install git
  • install ripgrep
  • install clang or other c compiler (for treesitter)
  • install dotnet (optional, for c#)

Installation

After installing dependencies:

  • on linux:
mkdir ~/.config/nvim
cd ~/.config/nvim

git clone https://github.com/MyGitHubBlueberry/nvim-config .
  • on windows (powershell):
mkdir ~/AppData/Local/nvim
cd ~/AppData/Local/nvim

git clone https://github.com/MyGitHubBlueberry/nvim-config .

Credit

instiered by thePrimeagen's config