Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 836 Bytes

README.md

File metadata and controls

58 lines (38 loc) · 836 Bytes

Nvim - Config

My custom neovim linux - windowns

Nvchad

Link website Install

Dependencies

  • Font
  • Dùng pacman package manager:
sudo pacman -S ttf-jetbrains-mono-nerd
  • Dùng apt
sudo apt install ttf-jetbrains-mono-nerd
  • Git
sudo pacman -S git

Ubuntu 22.04

  • Bước 1: Tải neovim từ github
sudo apt install neovim
  • Bước 2: Tải dependencies.
sudo apt-get install libtool autoconf automake cmake libncurses5-dev g++
  • Bước 3: Tải kho lưu trữ (mục đích là nâng version của neovim lên cao nhất).
  • From the PPA repository
sudo add-apt-repository ppa:neovim-ppa/unstable
  • Update và tải lại:
sudo apt-get update
sudo apt-get install neovim