mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
plugins: remove redundant mkRaw
apply
functions
`strLua` now does this coercion internally.
This commit is contained in:
parent
bd6aa476b8
commit
2cda50d530
15 changed files with 0 additions and 26 deletions
|
@ -17,7 +17,6 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
adapters = mkOption {
|
||||
type = with types; listOf strLua;
|
||||
default = [ ];
|
||||
apply = map mkRaw;
|
||||
# NOTE: We hide this option from the documentation as users should use the top-level
|
||||
# `adapters` option.
|
||||
# They can still directly append raw lua code to this `settings.adapters` option.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue