diff --git a/outerheaven.init3.home/.config/nvim/coc-settings.json b/outerheaven.init3.home/.config/nvim/coc-settings.json deleted file mode 100644 index 908a05b..0000000 --- a/outerheaven.init3.home/.config/nvim/coc-settings.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "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 b82d0bb..1f33e97 100755 --- a/update.sh +++ b/update.sh @@ -3,7 +3,6 @@ # 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