mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 14:45:58 +01:00
chore: add comments
This commit is contained in:
parent
ce16eebd77
commit
dced02feed
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
|
||||
|
||||
* Refactored the resolveDag function - you can just provide a string now, which will default to dag.entryAnywhere
|
||||
|
||||
https://github.com/horriblename[horriblename]:
|
||||
|
||||
* Added `clangd` as alternative lsp for C/++.
|
||||
|
|
|
@ -282,6 +282,7 @@ in {
|
|||
dag,
|
||||
mapResult,
|
||||
}: let
|
||||
# When the value is a string, default it to dag.entryAnywhere
|
||||
finalDag = lib.mapAttrs (name: value:
|
||||
if builtins.isString value
|
||||
then nvim.dag.entryAnywhere value
|
||||
|
|
Loading…
Reference in a new issue