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 73de478515
commit b4e8857524
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": ["~"]
}
}
}