Install Neovim
2023-10-22https://github.com/paalss/nvim/blob/master/docs/neovim-install.md
https://github.com/paalss/nvim/blob/master/docs/neovim-install.md
explorer.exe .
https://ubuntu.com/server/docs/upgrade-introduction
sudo apt update
sudo apt upgrade
EDIT:
:CheckHealth
Clipboard (optional) ~
- WARNING No clipboard tool found. Clipboard registers (`"+` and `"*`) will not work.
- ADVICE:
- :help |clipboard|
Clipboard help: https://useful-snippets.netlify.app/posts/neovim-reference-manual/
:'<,'>w !clip.exe
https://stackoverflow.com/questions/61550552/how-to-copy-paste-from-vim-in-wsl
:set mouse=
Should be able to paste text content anywhere else
Image: Copy paste " - Javascript" to OS system clipboard
set clipboard+=unnamed funker for Ideavim (.ideavimrc). Neovim gjennom WSL trenger kanskje mer verktøy for å funke
sudo apt-get remove nodejs
sudo apt-get remove npm
rm -rf ~/.npm
rm -rf ~/.node
node --version
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
Quit WSL
Reopen
nvm install 20
nvm use 20
node --version
WSL ubuntu
lsb_release -a
Windows Command Prompt
wsl --version