mirror of
https://github.com/DazAh/dotfiles
synced 2026-05-21 18:25:46 +01:00
098b4c897c
modified: private_dot_config/nvim/init.vim
11 lines
173 B
JSON
11 lines
173 B
JSON
{
|
|
"languageserver": {
|
|
"bash": {
|
|
"command": "bash-language-server",
|
|
"args": ["start"],
|
|
"filetypes": ["sh"],
|
|
"ignoredRootPaths": ["~"]
|
|
}
|
|
}
|
|
}
|