Skip to content

fengys1996/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Config

Introduction

This is my nvim config written in lua and vim script.

Install and setup

  1. Install some optional but recommended tools.

    • BurntSushi/ripgrep

      # arch linux
      pacman -S ripgrep 
    • sharkdp/fd

      # arch linux
      pacman -S fd
    • Nerd fonts

      # arch linux
      # example for github monaspace nerd font
      pacman -S otf-monaspace-nerd
    • fish

      # arch linux
      pacman -S fish
  2. Install nvim

    # arch linux
    pacman -S neovim
  3. Clone repository

    git clone https://github.com/fengys1996/nvim-config.git ~/.config/nvim
  4. When you open neovim for the first time, it will take a while to download the package.

  5. Enjoy it!

List of plugins used

  • Plugin management via lazy.nvim

  • TODO: complete plugin list.

Recommended GUI

About

The config for neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published