diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-26 23:53:48 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-26 23:53:48 +0900 |
| commit | 26b774c600a6ac7a88754b4807549d684c8077a1 (patch) | |
| tree | 5a1173b4ef8bdda7f288297640047a789fb0a7ab /ar/.config/TheSiahxyz/lua | |
| parent | dc8ae0ed238a09dbd33d112452506fd9bc05dcfc (diff) | |
modified plugins/lsp.lua, modified plugins/markdown.lua, modified .config/mimeapps.list, modified newsboat/urls
Diffstat (limited to 'ar/.config/TheSiahxyz/lua')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua | 6 | ||||
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/markdown.lua | 3 |
2 files changed, 8 insertions, 1 deletions
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) |
