feat(nvim): working lsp and formatters
This commit is contained in:
parent
d4c6bc1270
commit
d5d781272d
5 changed files with 27 additions and 4 deletions
|
@ -87,7 +87,7 @@ return {
|
|||
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 = false, -- Enable all CSS *functions*: rgb_fn, hsl_fn
|
||||
css_fn = true, -- Enable all CSS *functions*: rgb_fn, hsl_fn
|
||||
-- Available modes for `mode`: foreground, background, virtualtext
|
||||
mode = "background", -- Set the display mode.
|
||||
-- Available methods are false / true / "normal" / "lsp" / "both"
|
||||
|
@ -98,10 +98,11 @@ return {
|
|||
virtualtext = "■",
|
||||
-- update color values even if buffer is not focused
|
||||
-- example use: cmp_menu, cmp_docs
|
||||
always_update = false,
|
||||
always_update = true,
|
||||
},
|
||||
-- all the sub-options of filetypes apply to buftypes
|
||||
buftypes = {},
|
||||
},
|
||||
},
|
||||
{ "lukas-reineke/indent-blankline.nvim", enabled = false },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue