Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 913 Bytes

File metadata and controls

27 lines (23 loc) · 913 Bytes

Neovim Configurations

simple simple simple simple

About

I am a Full-Stack web/android developer. Currently also starting to work with rust. This repository primarily contains all my years of Neovim configurations.

Features

  • Full fledged plugins for development purpose.
  • Treesitter integration.
  • LSP working super fine.

Use this plugins now

  1. Install packer.nvim from here.
  2. Create a folder in your root directory.
mkdir ~/.config/nvim
  1. Clone this repository dire
git clone https://github.com/sobhanbera/dotfiles ~/.config/nvim
  1. Launch Neovim. Follow packer.nvim instructions to install the plugins.
  2. Hurray! That's it all the steps are completed and you now have a full fledged development workspace with you.