From c2a937b622e61309f7b40361d6b85494c578a452 Mon Sep 17 00:00:00 2001 From: Nawfal bin Mohmad Rouyan Date: Thu, 1 Apr 2021 15:29:52 +0800 Subject: Add tailwindcss lsp support (#205) --- lua/nv-globals.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/nv-globals.lua') diff --git a/lua/nv-globals.lua b/lua/nv-globals.lua index 4c18a6e1..36c92c23 100644 --- a/lua/nv-globals.lua +++ b/lua/nv-globals.lua @@ -46,6 +46,9 @@ O = { formatter = '', autoformat = false, diagnostics = {virtual_text = true, signs = true, underline = true} + }, + tailwindls = { + filetypes = {'html', 'css', 'scss', 'javascript', 'javascriptreact', 'typescript', 'typescriptreact'} } -- css = {formatter = '', autoformat = false, virtual_text = true}, -- json = {formatter = '', autoformat = false, virtual_text = true} -- cgit v1.2.3