fix(nvim): fix ember LS command to use a local one

This commit is contained in:
Bruno Carlin 2025-02-11 15:23:05 +01:00
parent f4ee62d918
commit 02ebdded35

View file

@ -1,3 +1,4 @@
require('lspconfig').ember.setup {
cmd = { "npx", "ember-language-server", "--stdio" },
}