Coder Social home page Coder Social logo

cust-nvim's Introduction

cust-nvim (LAZYVIM)

FIRST INSTALL NEOVIM (in ubuntu)

 chmod u+x nvim.appimage
./nvim.appimage
  • Now when you run nvim youll face an error
bash: /usr/bin/nvim: No such file or directory
  • To combat this , move appimage into /usr/bin/nvim
sudo mv nvim.appimage /usr/bin/nvim
  1. Requirements โญ
  • latest nvim >=v0.9.0
  • latest git >=2.19.0
  • gcc
  • grep and fd
     sudo apt install ripgrep
     sudo apt install fd-find
  • a terminal that support true color and undercurl
  1. INSTALLATION ๐Ÿง‘โ€๐Ÿญ
    • clone repo to /.config/nvim
      git clone https://github.com/LazyVim/starter ~/.config/nvim

image

CHEATSHEET (space key is the leader)

  • opening and closing side bar : spacekey + e
  • renaming / deleting file : r/n
  • navigating files : spacekey + f + f ( to escape press esc + esc ) (for more press spacekey + f to see more related commands)
  • to reach top : gg
  • to reach bottom : G
  • to fastforward : e
  • start of line : 0
  • to search a file : spacekey + s + g (or spacekey+ s to view other related commands)

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.