diff --git a/outerheaven.init3.home/.config/nvim/coc-settings.json b/outerheaven.init3.home/.config/nvim/coc-settings.json new file mode 100644 index 0000000..908a05b --- /dev/null +++ b/outerheaven.init3.home/.config/nvim/coc-settings.json @@ -0,0 +1,19 @@ +{ + "languageserver": { + "systemd-language-server": { + "command": "systemd-language-server", + "filetypes": ["systemd"] + } + }, + "jedi.enable": true, + "jedi.startupMessage": true, + "jedi.jediSettings.debug": false, + "jedi.diagnostics.enable": false, + "jedi.workspace.symbols.ignoreFolders": [ + ".nox", + ".tox", + ".venv", + "__pycache__", + "venv" + ] +} diff --git a/update.sh b/update.sh index 1f33e97..b82d0bb 100755 --- a/update.sh +++ b/update.sh @@ -3,6 +3,7 @@ # minimal dotfile manager # tracks files / copies them into the repo, sorted by hostname # +# note: assumes pwd is this repo before running this script set -u # array of files [relative to home] to include