From aa8ac561c5bb22828d060541f0450a96e6ead243 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 3 Nov 2025 23:32:05 +0100 Subject: [PATCH] feat: some more lsp's. --- lua/plugins/lsp.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index d485b2d..562856b 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -21,8 +21,12 @@ vim.lsp.enable({ "nixd", "lua_ls", "jsonls", + "html", "marksman", "gopls", + "ruff", + "basedpyright", + "yamlls", }) -- diagnostic settings