feat: make it possible to use strings for the RC

when providing a string, it will get mapped as if it was given with nivm.dag.entryAnywhere, which will most likely be what people want
This commit is contained in:
n3oney 2023-05-22 15:59:12 +02:00
commit 5c6cd508c3
No known key found for this signature in database
GPG key ID: C786693DE727850E
2 changed files with 10 additions and 3 deletions

View file

@ -16,6 +16,8 @@ https://github.com/n3oney[n3oney]:
* Moved default keybinds into keybinds section of each module
* Simplified luaConfigRC and configRC setting - they can now just take strings
https://github.com/horriblename[horriblename]:
* Added `clangd` as alternative lsp for C/++.