feat: ts lsp & css lsp

This commit is contained in:
kossLAN 2024-11-08 15:03:50 -05:00
parent 46c3141542
commit c4de9207c0
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
4 changed files with 34 additions and 0 deletions

View file

@ -3,6 +3,7 @@ require('conform').setup {
lua = { 'stylua' },
nix = { 'alejandra' },
rust = { 'rustfmt' },
typescript = { 'prettierd' },
-- Conform will run multiple formatters sequentially
-- python = { "isort", "black" },
-- You can customize some of the format options for the filetype (:help conform.format)