haoliplus / nvim-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NVIM CONFIG

FONT

  1. nvim-config/resources/JetBrainsMonoNLRegularNerdFontComplete.ttf

REQUIRE

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

INSTALL

git clone git@github.com: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

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


Languages

Language:Lua 69.4%Language:Shell 13.8%Language:Python 8.7%Language:Dockerfile 2.7%Language:Vim Snippet 1.6%Language:Vim Script 1.0%Language:C++ 0.9%Language:JavaScript 0.6%Language:Makefile 0.5%Language:C 0.5%Language:Java 0.2%Language:HTML 0.1%