Compare commits

...

2 commits

Author SHA1 Message Date
5d059fcab8 fix: adjust URL for mini.nvim 2025-09-01 07:01:08 +02:00
dfe4fc9e18 feat(lsp): use write-good the correct way 2025-08-29 14:14:12 +02:00
3 changed files with 3 additions and 9 deletions

View file

@ -1,6 +0,0 @@
---@type vim.lsp.Config
return {
cmd = { "write-good", "/dev/stdin" },
-- root_markers = { ".md" },
filetypes = { "markdown", "text", "gitcommit" },
}

View file

@ -31,8 +31,8 @@ return {
python = { "ruff" },
lua = { "woke" },
ansible = { "woke" },
markdown = { "woke", "proselint" },
text = { "woke" },
markdown = { "woke", "proselint", "write_good" },
text = { "woke", "proselint", "write_good" },
sh = { "woke" },
go = { "golangcilint" },
}

View file

@ -1,6 +1,6 @@
-- Adds git related signs to the gutter, as well as utilities for managing changes
return {
"echasnovski/mini.nvim",
"nvim-mini/mini.nvim",
version = false,
config = function()
require("mini.icons").setup()