mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
chore: add comments
This commit is contained in:
parent
6afd466b0f
commit
7d4f793e9e
2 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,8 @@ https://github.com/n3oney[n3oney]:
|
||||||
|
|
||||||
* Simplified luaConfigRC and configRC setting - they can now just take strings
|
* Simplified luaConfigRC and configRC setting - they can now just take strings
|
||||||
|
|
||||||
|
* Refactored the resolveDag function - you can just provide a string now, which will default to dag.entryAnywhere
|
||||||
|
|
||||||
https://github.com/horriblename[horriblename]:
|
https://github.com/horriblename[horriblename]:
|
||||||
|
|
||||||
* Added `clangd` as alternative lsp for C/++.
|
* Added `clangd` as alternative lsp for C/++.
|
||||||
|
|
|
@ -282,6 +282,7 @@ in {
|
||||||
dag,
|
dag,
|
||||||
mapResult,
|
mapResult,
|
||||||
}: let
|
}: let
|
||||||
|
# When the value is a string, default it to dag.entryAnywhere
|
||||||
finalDag = lib.mapAttrs (name: value:
|
finalDag = lib.mapAttrs (name: value:
|
||||||
if builtins.isString value
|
if builtins.isString value
|
||||||
then nvim.dag.entryAnywhere value
|
then nvim.dag.entryAnywhere value
|
||||||
|
|
Loading…
Reference in a new issue