diff options
| author | christianchiarulli <[email protected]> | 2021-04-15 00:17:48 -0400 | 
|---|---|---|
| committer | christianchiarulli <[email protected]> | 2021-04-15 00:17:48 -0400 | 
| commit | 2cd8c6a21cb6c9af91e631f565e31f5803cdaa7c (patch) | |
| tree | 7207301e310a278c0f91b4595ddc93fd98238093 /lua/nv-lightbulb | |
| parent | 1853b4f2aa13b83ff542171060f92d3d4d961a68 (diff) | |
LunarVim
Diffstat (limited to 'lua/nv-lightbulb')
| -rw-r--r-- | lua/nv-lightbulb/init.lua | 34 | 
1 files changed, 0 insertions, 34 deletions
| diff --git a/lua/nv-lightbulb/init.lua b/lua/nv-lightbulb/init.lua deleted file mode 100644 index 02b21184..00000000 --- a/lua/nv-lightbulb/init.lua +++ /dev/null @@ -1,34 +0,0 @@ --- Showing defaults -require'nvim-lightbulb'.update_lightbulb { -    sign = { -        enabled = true, -        -- Priority of the gutter sign -        priority = 10, -        text = "💡", -    }, -    float = { -        enabled = false, -        -- Text to show in the popup float -        text = "💡", -        -- Available keys for window options: -        -- - height     of floating window -        -- - width      of floating window -        -- - wrap_at    character to wrap at for computing height -        -- - max_width  maximal width of floating window -        -- - max_height maximal height of floating window -        -- - pad_left   number of columns to pad contents at left -        -- - pad_right  number of columns to pad contents at right -        -- - pad_top    number of lines to pad contents at top -        -- - pad_bottom number of lines to pad contents at bottom -        -- - offset_x   x-axis offset of the floating window -        -- - offset_y   y-axis offset of the floating window -        -- - anchor     corner of float to place at the cursor (NW, NE, SW, SE) -        -- - winblend   transparency of the window (0-100) -        win_opts = {}, -    }, -    virtual_text = { -        enabled = false, -        -- Text to show at virtual text -        text = "💡", -    } -} | 
