feat: enable support for none-ls language server integration

This commit is contained in:
2024-08-23 10:09:30 -04:00
parent 19002d1ebc
commit 3475deefcd
+3
View File
@@ -2,6 +2,9 @@
-- │ Languages │
-- ╰─────────────────────────────────────────────────────────╯
return {
{ -- none-ls
import = "lazyvim.plugins.extras.lsp.none-ls",
},
{ -- JSON
import = "lazyvim.plugins.extras.lang.json",
},