Skip to content

Instantly share code, notes, and snippets.

View nguyenyou's full-sized avatar
🌱

Tu Nguyen nguyenyou

🌱
View GitHub Profile
@nguyenyou
nguyenyou / tailwindcss.lua
Created May 10, 2024 18:28
Lazy Vim TailwindCSS
return {
{
"neovim/nvim-lspconfig",
opts = {
servers = {
tailwindcss = {
-- exclude a filetype from the default_config
filetypes_exclude = { "markdown" },
-- add additional filetypes to the default_config
filetypes_include = { "scala" },