From 26b774c600a6ac7a88754b4807549d684c8077a1 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 26 Jul 2025 23:53:48 +0900 Subject: modified plugins/lsp.lua, modified plugins/markdown.lua, modified .config/mimeapps.list, modified newsboat/urls --- ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua | 6 ++++++ ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/markdown.lua | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'ar/.config/TheSiahxyz/lua') diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua index ecf3f86..819ab1c 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua @@ -97,6 +97,7 @@ return { "mutt_ls", "pyright", "ruff", + "ts_ls", }, automatic_installation = true, handlers = { @@ -207,6 +208,11 @@ return { -- }, }) end, + ["ts_ls"] = function() + lspconfig.ruff.setup({ + capabilities = capabilities, + }) + end, }, }) diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/markdown.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/markdown.lua index 600c664..0b5fb5c 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/markdown.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/markdown.lua @@ -168,7 +168,8 @@ return { heading = { enabled = true, sign = false, - icons = { "󰎤 ", "󰎧 ", "󰎪 ", "󰎭 ", "󰎱 ", "󰎳 " }, + icons = { "", "", "", "", "", "" }, + -- icons = { "󰎤 ", "󰎧 ", "󰎪 ", "󰎭 ", "󰎱 ", "󰎳 " }, }, ignore = function(bufnr) local name = vim.api.nvim_buf_get_name(bufnr) -- cgit v1.2.3