diff --git a/home/ags/bar/README.md b/home/ags/bar/README.md new file mode 100644 index 0000000..afc83aa --- /dev/null +++ b/home/ags/bar/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: +/home/joy/.local/share/com.github.Aylur.ags/types diff --git a/home/ags/bar/config.js b/home/ags/bar/config.js index 7231bc1..4c0a30b 100644 --- a/home/ags/bar/config.js +++ b/home/ags/bar/config.js @@ -10,7 +10,7 @@ const date = Variable("", { }) // widgets can be only assigned as a child in one container -// so to make a reusable widget, make it a function +// so to make a reuseable widget, make it a function // then you can simply instantiate one by calling it function Workspaces() { @@ -217,4 +217,3 @@ App.config({ }) export { } -