mirror of
https://github.com/pnx/dotfiles
synced 2026-08-20 10:38:12 +02:00
13 lines
238 B
Lua
13 lines
238 B
Lua
local spec = require('user.utils.lang_spec')
|
|
|
|
return {
|
|
spec.treesitter("css", "scss"),
|
|
{
|
|
"neovim/nvim-lspconfig",
|
|
opts = {
|
|
servers = {
|
|
tailwindcss = {},
|
|
}
|
|
},
|
|
}
|
|
}
|