Skip to content

haoliplus/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NVIM CONFIG

FONT

  1. nvim-config/resources/JetBrainsMonoNLRegularNerdFontComplete.ttf

REQUIRE

  1. node, npm
  2. python3, python3-venv, python3-pip, black, pyright

INSTALL

git clone [email protected]:haoliplus/nvim-config.git ~/.config/
# installs NVM (Node Version Manager)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
# download and install Node.js
# nvm install 20
nvim install --lts
# verifies the right Node.js version is in the environment
node -v # should print `v20.12.0`
# verifies the right NPM version is in the environment
npm -v # should print `10.5.0`
sudo  apt install python3-pip python3-venv
Column 1 Column 2
Cell 1, Row 1 Cell 2, Row 1
Cell 1, Row 2 Cell 1, Row 2

quick move

this_is_a_long_word

cf<symbol>: delete until next symbol(include symbol) ct<symbol>: delete until next symbol(not include symbol) ciw: delete current word

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published