feat: withings, ...

This commit is contained in:
Kat Inskip 2022-10-16 12:06:08 -07:00
parent 8d57794a47
commit 4b0dd87296
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
22 changed files with 193 additions and 32 deletions

View file

@ -230,22 +230,6 @@ end, { silent = true })
require('nvim-treesitter.configs').setup {
-- A list of parser names, or "all"
ensure_installed = {
"c",
"lua",
"rust",
"bash",
"css",
"dockerfile",
"go",
"hcl",
"html",
"javascript",
"markdown",
"nix",
"norg",
"python",
"regex",
"scss",
},
sync_install = false,