Added nvim

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2021-04-04 17:35:42 +02:00
parent c454e0d00a
commit fee8caf4da
11 changed files with 286 additions and 207 deletions

View File

@ -0,0 +1,18 @@
{
"coc.preferences.formatOnSaveFiletypes": [
"sh",
"yaml",
"json",
"python",
"css",
"Markdown"
],
"languageserver": {
"bash": {
"command": "bash-language-server",
"args": ["start"],
"filetypes": ["sh"],
"ignoredRootPaths": ["~"]
}
}
}