Skip to content

This repository contains all of my configuration files for adding plugins to customize your neovim to look similar to any other editor on the internet. [Advanced] [Vim Scripting]

Notifications You must be signed in to change notification settings

aadityapyarla/NeoVim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

NeoVim Config

This repository contains all of my configuration files for adding plugins to customize your neovim to look similar to any other editor on the internet.

Install Configurations

Install my-project with npm

   bash ~/path/to/your/install.sh   

This will install the config files to your home folder. Then you need to install Neo Vim editor in your terminal.

Install from package

Pre-built packages for Windows, macOS, and Linux are found on the Releases page.

[Managed packages] are in [Homebrew], [Debian], [Ubuntu], [Fedora], [Arch Linux], [Void Linux], [Gentoo], and more!

Install from source

See the Building Neovim wiki page for details.

The build is CMake-based, but a Makefile is provided as a convenience. After installing the dependencies, run the following command.

make CMAKE_BUILD_TYPE=RelWithDebInfo
sudo make install

To install to a non-default location:

make CMAKE_INSTALL_PREFIX=/full/path/
make install

To inspect the build, these CMake features are useful:

  • cmake --build build --target help lists all build targets.
  • build/CMakeCache.txt (or cmake -LAH build/) contains the resolved values of all CMake variables.
  • build/compile_commands.json shows the full compiler invocations for each translation unit.

Features

  • Elegant Editor Design

  • Supports various plugins like :

    • Conquer of completion
    • Which-Key
    • Ranger
    • NERDTree
    • Codi Interactive Scratchpad
  • Rapid navigation and usefull mappings.

    Checkout my keys/mappings.vim file for more bindings.

  • Works on all unix systems.

Screenshots

  • Startify

App Screenshot

  • NERDTree and Onedark theme

App Screenshot


  • Which-Key : Never forget your key bindings

App Screenshot


  • Built-in Ranger For navigation

App Screenshot


  • CSS coloured codes

App Screenshot


  • Rapid file finding using built-in FZF

App Screenshot


  • Codi Interactive Scratchpad for Hackers

App Screenshot

Resources

Authors

Related

Feedback

If you have any feedback, please reach out to us at aadityapyarla82@gmail.com

You can also reach me by raising an issue or making a pull request.

Made with

Support

For support, email me or collaborate with me.

About

This repository contains all of my configuration files for adding plugins to customize your neovim to look similar to any other editor on the internet. [Advanced] [Vim Scripting]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published