Coder Social home page Coder Social logo

aaditya-pyarla / neovim Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aadityapyarla/neovim

0.0 0.0 0.0 18.65 MB

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]

Vim Script 97.59% Lua 0.49% Shell 1.91%

neovim's Introduction

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 [email protected]

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.

neovim's People

Contributors

aadityapyarla avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.