diff options
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) |
