diff options
| author | eric.marin <maarin.eric@gmail.com> | 2024-10-09 19:26:26 +0200 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2024-10-09 19:26:26 +0200 |
| commit | 30ae3cfa42e485a00a268c332a76ae322cf32246 (patch) | |
| tree | 87bf3a0e1e590b6a94eb8fc44432a61e83a10cfd /ags/README.md | |
| parent | fab17beaccb37ffcd0cb5ece3bfd98f8e9dd4131 (diff) | |
| download | dotfiles-30ae3cfa42e485a00a268c332a76ae322cf32246.tar.gz dotfiles-30ae3cfa42e485a00a268c332a76ae322cf32246.zip | |
added ags and removed eww
Diffstat (limited to 'ags/README.md')
| -rw-r--r-- | ags/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ags/README.md b/ags/README.md new file mode 100644 index 0000000..71563ed --- /dev/null +++ b/ags/README.md @@ -0,0 +1,15 @@ + +# Starter Config + +if suggestions don't work, first make sure +you have TypeScript LSP working in your editor + +if you do not want typechecking only suggestions + +```json +// tsconfig.json +"checkJs": false +``` + +types are symlinked to: +/usr/share/com.github.Aylur.ags/types |
