- nvim-config/resources/JetBrainsMonoNLRegularNerdFontComplete.ttf
- node, npm
- python3, python3-venv, python3-pip, black, pyright
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 |
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