diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-10-16 10:38:32 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-10-16 10:38:32 -0500 |
commit | 034327bc6aef7cf02a44e14995f32b507b338368 (patch) | |
tree | c3e97e2ea8b6d9d7c44a68c48b31d17e7dc9cf26 /lua/tjk/plugins/lsp.lua | |
parent | 6a0249fdd40ccd48df5c1055f4fb4a17f619820e (diff) | |
download | nvim-034327bc6aef7cf02a44e14995f32b507b338368.tar.xz nvim-034327bc6aef7cf02a44e14995f32b507b338368.zip |
Diffstat (limited to 'lua/tjk/plugins/lsp.lua')
-rw-r--r-- | lua/tjk/plugins/lsp.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/tjk/plugins/lsp.lua b/lua/tjk/plugins/lsp.lua index 4caf7c0..1c2eeb7 100644 --- a/lua/tjk/plugins/lsp.lua +++ b/lua/tjk/plugins/lsp.lua @@ -5,10 +5,13 @@ return { "cssls", "eslint", "html", + "jinja_lsp", "jsonls", "pylsp", + "somesass_ls", "svelte", "tailwindcss", + "ts_ls" }) end } |