Go for kakoune

This commit is contained in:
Filippo Berto 2021-05-15 11:11:41 +02:00
parent f2613a1d57
commit c320c81553
3 changed files with 18 additions and 7 deletions

View file

@ -107,7 +107,7 @@ args = ["--stdio"]
[language.javascript]
filetypes = ["javascript"]
roots = [".flowconfig"]
roots = [".flowconfig", "app.js"]
command = "flow"
args = ["lsp"]