all repos

init.lua @ 4c67c64

my nvim config
1 files changed, 2 insertions(+), 1 deletions(-)
feat(lsp): add elm server
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-10-09 17:51:53 +0300
Parent: 7ee4d6e
M lua/plugins/lsp/servers.lua

@@ -4,6 +4,7 @@ ts_ls = {},

eslint = {}, html = {}, emmet_language_server = {}, + elmls = {}, htmx = {}, templ = {}, gleam = {},

@@ -73,7 +74,7 @@ },

yamlls = { settings = { yaml = { - schemaStore = { enable = false }, + schemaStore = { enable = false, url = "" }, schemas = require("schemastore").yaml.schemas(), }, },