What is Nostr?
Adrian Lopez /
npub1t7v…x3ah
2024-09-14 11:11:41

Adrian Lopez on Nostr: I've been scratching my head because on #neovim you cannot do ``` ...

I've been scratching my head because on #neovim you cannot do

```
vim.g.myglobal.myfield = "value"
```

and trying to do so will do nothing and print no error.

The correct way is
```
let newvalues = { myfield = "hi"}
vim.g.myglobal = newvalues
```

Which is totally cool, but having some error there would have saved me a good couple hours.
Author Public Key
npub1t7v2mjul3uwlzt6zjf8nssm7l0chegqwxnfx27xcmu2e8snnd7hsx2x3ah