Configured nvim

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2021-04-05 00:20:37 +02:00
parent 32c4389722
commit cf98edfc19
3 changed files with 54 additions and 4 deletions

View File

@ -5,7 +5,8 @@
"json",
"python",
"css",
"Markdown"
"Markdown",
"ruby"
],
"languageserver": {
"bash": {
@ -14,5 +15,7 @@
"filetypes": ["sh"],
"ignoredRootPaths": ["~"]
}
}
},
"solargraph.commandPath": "~/.gem/ruby/2.6.0/bin/solargraph",
"solargraph.formatting": true
}