Native LSP, more Lua, less CoC

This commit is contained in:
Christian Chiarulli 2021-03-09 23:55:11 -05:00 committed by GitHub
parent 56f65b12a4
commit 474f961b2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 906 additions and 671 deletions

View file

@ -1,15 +0,0 @@
require'colorizer'.setup(
{'*';},
{
RGB = true; -- #RGB hex codes
RRGGBB = true; -- #RRGGBB hex codes
-- names = true; -- "Name" codes like Blue
RRGGBBAA = true; -- #RRGGBBAA hex codes
rgb_fn = true; -- CSS rgb() and rgba() functions
hsl_fn = true; -- CSS hsl() and hsla() functions
css = true; -- Enable all CSS features: rgb_fn, hsl_fn, names, RGB, RRGGBB
css_fn = true; -- Enable all CSS *functions*: rgb_fn, hsl_fn
})