add multicursor plugin
This commit is contained in:
parent
dbe8be3a8b
commit
83fd2df20b
5 changed files with 148 additions and 194 deletions
|
|
@ -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" } })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue