Skip to content

adonis0147/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-config

Dependencies

  1. neovim >= 0.10.0
  2. ripgrep

Ubuntu

sudo add-apt-repository -y ppa:neovim-ppa/stable
sudo apt update
sudo apt install neovim ripgrep

MacOS

brew install neovim ripgrep

Installation

git clone https://github.com/adonis0147/nvim-config "${HOME}/.config/nvim-config"
./install.sh

Key Bindings

See nvim/lua/key_bindings.lua.

  • <leader> : <space>
  • <leader>e : Quit
  • <leader>E : Quit all without saving
  • Moving between windows
    • <ctrl-h> : Left
    • <ctrl-j> : Down
    • <ctrl-k> : Up
    • <ctrl-l> : Right
  • Moving between tabs
    • <leader>n : Previous tab
    • <leader>m : Next tab
  • <F5> : Build by make command
  • <F9> : Build and run (only available for a single source code file)

Plugins Management

Use lazy.nvim to manage plugins.

See nvim/lua/plugins/plugins.lua.

About

Personal configs for neovim

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published