diff options
| author | Dmitrii Morozov <snoopdesigns@gmail.com> | 2025-10-23 20:34:40 +0200 |
|---|---|---|
| committer | Dmitrii Morozov <snoopdesigns@gmail.com> | 2025-10-23 20:34:40 +0200 |
| commit | a7607dda7ab8b85ccaa0583f960e2c2386c43f10 (patch) | |
| tree | 3791253e708e661056cfd3093434350de734493d | |
| parent | 15e69483494d0b524a8d40a2c8f5c242398ce323 (diff) | |
Add XML schemas support
| -rw-r--r-- | lua/plugins/extend-lsp.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/plugins/extend-lsp.lua b/lua/plugins/extend-lsp.lua new file mode 100644 index 0000000..69db012 --- /dev/null +++ b/lua/plugins/extend-lsp.lua @@ -0,0 +1,9 @@ +return { + "williamboman/mason.nvim", + opts = { + ensure_installed = { + "jdtls", + "lemminx", + }, + }, +} |
