馃 my neovim config:)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 12 lines 245 B view raw
1return { 2 cmd = { "vue-language-server", "--stdio" }, 3 filetypes = { "vue" }, 4 root_markers = { "package.json" }, 5 capabilities = { 6 workspace = { 7 didChangeWatchedFiles = { 8 dynamicRegistration = true, 9 }, 10 }, 11 }, 12}