Skip to content

Instantly share code, notes, and snippets.

@NadOby
NadOby / svelte_vim.md
Last active March 12, 2023 18:37
Howto configure Svelte 3 Editing under NeoVim

SvelteJS from absolute zero to editing it in (Neo)Vim

Assuming that we don't have nothing related to JavaScript installed or configured.

Based on https://www.rockyourcode.com/vim-and-svelte-js

Installation of Node.js using NVM

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
nvm install node