add multicursor plugin

This commit is contained in:
Gustavo Silva (es00679121_prosegur) 2024-02-12 18:48:39 +01:00
parent dbe8be3a8b
commit 83fd2df20b
5 changed files with 148 additions and 194 deletions

View file

@ -13,3 +13,13 @@ sign({ name = 'DiagnosticSignError', text = '✘' })
sign({ name = 'DiagnosticSignWarn', text = '' })
sign({ name = 'DiagnosticSignHint', text = '' })
sign({ name = 'DiagnosticSignInfo', text = '»' })
-- lspconfig = require 'lspconfig'
-- lspconfig.tailwindcss.setup({
-- on_attach = on_attach,
-- capabilities = capabilities,
-- filetypes = { "templ", "astro", "javascript", "typescript", "react" },
-- init_options = { userLanguages = { templ = "html" } },
-- })
vim.filetype.add({ extension = { templ = "templ" } })