diff options
author | Nawfal bin Mohmad Rouyan <[email protected]> | 2021-04-01 15:29:52 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-01 03:29:52 -0400 |
commit | c2a937b622e61309f7b40361d6b85494c578a452 (patch) | |
tree | 2f844a6c28b18889ed07696dd8c54ca7fdf8f1bc /lua/nv-globals.lua | |
parent | 225266e1b3da7c888287ad0da05cf28782a17833 (diff) |
Add tailwindcss lsp support (#205)
Diffstat (limited to 'lua/nv-globals.lua')
-rw-r--r-- | lua/nv-globals.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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} |