add:native css color highlighter
This commit is contained in:
@@ -78,6 +78,9 @@ function M.setup()
|
|||||||
if client:supports_method("textDocument/definition") then
|
if client:supports_method("textDocument/definition") then
|
||||||
vim.bo[bufnr].tagfunc = "v:lua.vim.lsp.tagfunc"
|
vim.bo[bufnr].tagfunc = "v:lua.vim.lsp.tagfunc"
|
||||||
end
|
end
|
||||||
|
if client:supports_method("textDocument/documentColor") then
|
||||||
|
vim.lsp.document_color.enable(true, { bufnr = bufnr }, { style = "virtual" })
|
||||||
|
end
|
||||||
|
|
||||||
local map = function(mode, lhs, rhs, desc)
|
local map = function(mode, lhs, rhs, desc)
|
||||||
vim.keymap.set(mode, lhs, rhs, {
|
vim.keymap.set(mode, lhs, rhs, {
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ M.tools = {
|
|||||||
{ kind = "lsp", lsp = "tailwindcss", mason = "tailwindcss-language-server" },
|
{ kind = "lsp", lsp = "tailwindcss", mason = "tailwindcss-language-server" },
|
||||||
{ kind = "lsp", lsp = "ts_ls", mason = "typescript-language-server" },
|
{ kind = "lsp", lsp = "ts_ls", mason = "typescript-language-server" },
|
||||||
{ kind = "lsp", lsp = "html", mason = "html-lsp" },
|
{ kind = "lsp", lsp = "html", mason = "html-lsp" },
|
||||||
|
{ kind = "lsp", lsp = "cssls", mason = "css-lsp" },
|
||||||
{ kind = "lsp", lsp = "pyright", mason = "pyright" },
|
{ kind = "lsp", lsp = "pyright", mason = "pyright" },
|
||||||
{ kind = "lsp", lsp = "templ", mason = "templ" },
|
{ kind = "lsp", lsp = "templ", mason = "templ" },
|
||||||
{ kind = "lsp", lsp = "gopls", mason = "gopls" },
|
{ kind = "lsp", lsp = "gopls", mason = "gopls" },
|
||||||
|
|||||||
@@ -36,6 +36,10 @@
|
|||||||
"rev": "086a40dc7ed8242c03be9f47fbcee68699cc2395",
|
"rev": "086a40dc7ed8242c03be9f47fbcee68699cc2395",
|
||||||
"src": "https://github.com/stevearc/conform.nvim"
|
"src": "https://github.com/stevearc/conform.nvim"
|
||||||
},
|
},
|
||||||
|
"grug-far.nvim": {
|
||||||
|
"rev": "21604255d0e8f9968322f61f2b6c09e5efe1285a",
|
||||||
|
"src": "https://github.com/MagicDuck/grug-far.nvim"
|
||||||
|
},
|
||||||
"indent-blankline.nvim": {
|
"indent-blankline.nvim": {
|
||||||
"rev": "d28a3f70721c79e3c5f6693057ae929f3d9c0a03",
|
"rev": "d28a3f70721c79e3c5f6693057ae929f3d9c0a03",
|
||||||
"src": "https://github.com/lukas-reineke/indent-blankline.nvim"
|
"src": "https://github.com/lukas-reineke/indent-blankline.nvim"
|
||||||
|
|||||||
Reference in New Issue
Block a user