Migrated to fnm

This commit is contained in:
2026-01-17 08:16:26 +01:00
parent 0141fa1dbf
commit a969d820cd
2 changed files with 4 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
-- external requirements
-- - use nvm and install @vue/typescript-plugin globally
-- then ts_ls will use it for vue parsing. It is already in the arch install script.
local nvm_bin = os.getenv 'NVM_BIN'
local vue_typescript_plugin_path = nvm_bin .. '/../lib/node_modules/@vue/typescript-plugin'
local home = os.getenv 'HOME'
local vue_typescript_plugin_path = home .. '/node_modules/@vue/typescript-plugin'
-- "<leader>sh" to [s]earch the [h]elp documentation.