mirror of
https://github.com/ViViDboarder/wombat.nvim.git
synced 2025-02-21 13:24:08 +00:00
Add @diagnostic disable: undefined-global to template
This commit is contained in:
parent
7ea1890521
commit
d0aded2586
@ -45,6 +45,9 @@
|
|||||||
local lush = require('lush')
|
local lush = require('lush')
|
||||||
local hsl = lush.hsl
|
local hsl = lush.hsl
|
||||||
|
|
||||||
|
-- LSP/Linters mistakenly show `undefined global` errors in the spec, they may
|
||||||
|
-- support an annotation like the following. Consult your server documentation.
|
||||||
|
---@diagnostic disable: undefined-global
|
||||||
local theme = lush(function()
|
local theme = lush(function()
|
||||||
return {
|
return {
|
||||||
-- The following are all the Neovim default highlight groups from the docs
|
-- The following are all the Neovim default highlight groups from the docs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user