Skip to content
#

quickfix

Here are 54 public repositories matching this topic...

mikepjb
mikepjb commented Jan 30, 2020

This snippet allows you to swap between languages servers:

function! SwapLanguageServer(config)
  LSClientDisable
  for [filetype, config] in items(a:config)
    call RegisterLanguageServer(filetype, config)
  endfor
  LSClientEnable
endfunction
command! Tailwind :call SwapLanguageServer(g:tailwind_server_config)
command! JS :call SwapLanguageServer(g:javascript_server_config)
donmendelson
donmendelson commented Aug 2, 2017

Although the Score DSL grammar is very familiar to programmers, it should be translated to natural language for non-technical users in visualizations of Orchestra. This applies to docgen and testgen as well as other tools developed in the future that will have a UI.

Most translations can be simple substitution of tokens, e.g. "is less than" in place of the token "<". Ideally, the substitution

Improve this page

Add a description, image, and links to the quickfix topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the quickfix topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.