mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-25 05:05:15 +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
|
@ -129,7 +129,6 @@ helpers.neovim-plugin.mkNeovimPlugin {
|
|||
description = ''
|
||||
Builtin click handlers.
|
||||
'';
|
||||
apply = mapAttrs (_: helpers.mkRaw);
|
||||
example = {
|
||||
Lnum = "require('statuscol.builtin').lnum_click";
|
||||
FoldClose = "require('statuscol.builtin').foldclose_click";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue