Compare commits
2 commits
0e4af5d596
...
37e7ab3edc
Author | SHA1 | Date | |
---|---|---|---|
37e7ab3edc | |||
14c50111d6 |
2 changed files with 20 additions and 0 deletions
19
outerheaven.init3.home/.config/nvim/coc-settings.json
Normal file
19
outerheaven.init3.home/.config/nvim/coc-settings.json
Normal file
|
@ -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"
|
||||
]
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue