Compare commits
2 commits
583581e54c
...
5d059fcab8
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d059fcab8 | |||
| dfe4fc9e18 |
3 changed files with 3 additions and 9 deletions
|
|
@ -1,6 +0,0 @@
|
|||
---@type vim.lsp.Config
|
||||
return {
|
||||
cmd = { "write-good", "/dev/stdin" },
|
||||
-- root_markers = { ".md" },
|
||||
filetypes = { "markdown", "text", "gitcommit" },
|
||||
}
|
||||
|
|
@ -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" },
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue