GithubHelp home page GithubHelp logo

nvim's Introduction

Cirq's Neovim config (fork of kickstart.nvim)

some basic stuff

  • <space> is the leader key
  • which-key is included in the config, which makes figuring out keymaps much easier
  • the config also uses lazy.nvim as a package manager

Installation

Installing Neovim

  • Windows (using chocolatey/choco): choco install neovim
  • Windows (Using winget): winget install Neovim.Neovim
  • Arch Linux: sudo pacman -S neovim
  • Debian: sudo apt-get install neovim
  • Ubuntu: sudo apt install neovim

Installing external dependencies

External Requirements:

  • Basic utils: git, make, unzip, C Compiler (gcc)
  • ripgrep
  • Clipboard tool (xclip/xsel/win32yank or other depending on platform)
  • A Nerd Font: optional, provides various icons
    • if you have it set vim.g.have_nerd_font in init.lua to true
  • Language Setup:
    • If want to write Typescript, you need npm
    • If want to write Golang, you will need go
    • etc.

Windows (using chocolatey/choco): choco install -y git ripgrep wget fd unzip gzip mingw make

Arch Linux: sudo pacman -S gcc make git ripgrep fd unzip

Debian: sudo apt install make gcc ripgrep unzip git xclip curl

Ubuntu: sudo add-apt-repository ppa:neovim-ppa/unstable -y && sudo apt install make gcc ripgrep unzip git xclip

Installing the config

  1. git clone https://github.com/Cixqq/nvim ~/.config/nvim (NOTE: the config folder path may vary from OS to OS, please refer to the config folder path table)
  2. sudo pacman -R code
  3. unplug your mouse
  4. profit

Config folder path

OS PATH
Linux, MacOS $XDG_CONFIG_HOME/nvim, ~/.config/nvim
Windows (cmd) %userprofile%\AppData\Local\nvim\
Windows (powershell) $env:USERPROFILE\AppData\Local\nvim\

basic keymaps

  • Ctrl+N toggles NeoTree (file explorer)
  • <leader>s is used to search for something, there are multiple search options
  • jj or jk are mapped to the <Esc> (escape key), they can be used to switch from insert mode to normal mode
  • wq automatically saves current file and closes neovim

nvim's People

Contributors

feoh avatar dam9000 avatar tjdevries avatar cixqq avatar nphyn1t3 avatar luizcalliari avatar mech-a avatar chillerdragon avatar anthony-fiddes avatar slara avatar shashwatagrawal20 avatar numkil avatar amtoine avatar vzaa avatar nwvi avatar samposh avatar pbnj avatar kaminskypavel avatar saccarosium avatar gangelop avatar kdheepak avatar ttibsi avatar dennisrall avatar usernoemail-com avatar pzerone avatar monooso avatar wadkar avatar sumanth-lingappa avatar tinylittlewheatley avatar taliraj 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.