Compare commits
No commits in common. "5d059fcab8d177373fc6010c04b0b99b5a3ef529" and "583581e54cf84443a96a4fa2a47d15f19c6e0e73" have entirely different histories.
5d059fcab8
...
583581e54c
3 changed files with 9 additions and 3 deletions
6
lsp/write-good.lua
Normal file
6
lsp/write-good.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---@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", "write_good" },
|
||||
text = { "woke", "proselint", "write_good" },
|
||||
markdown = { "woke", "proselint" },
|
||||
text = { "woke" },
|
||||
sh = { "woke" },
|
||||
go = { "golangcilint" },
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
-- Adds git related signs to the gutter, as well as utilities for managing changes
|
||||
return {
|
||||
"nvim-mini/mini.nvim",
|
||||
"echasnovski/mini.nvim",
|
||||
version = false,
|
||||
config = function()
|
||||
require("mini.icons").setup()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue