nvim config, coc settings, i3confg, idk, I need to overhaul my dotfiles

This commit is contained in:
Mark Riedesel 2021-07-23 05:34:09 -05:00
parent e230426e27
commit 192a283141
4 changed files with 37 additions and 6 deletions

View file

@ -25,5 +25,13 @@
"port": 6008
}
},
"tsserver.log": "true"
"tsserver.log": "true",
"tsserver.tsdk": ".yarn/sdks/typescript/lib",
"eslint": {
"packageManager": "yarn",
"nodePath": ".yarn/sdks",
"format": {
"enable": true
}
}
}