(neovim) lualine changes, markdownlint settings
This commit is contained in:
parent
4841a9b627
commit
c3152fb088
3 changed files with 19 additions and 2 deletions
12
config/common/nvim/lua/plugins/linter.lua
Normal file
12
config/common/nvim/lua/plugins/linter.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
{
|
||||
"mfussenegger/nvim-lint",
|
||||
opts = {
|
||||
linters = {
|
||||
["markdownlint-cli2"] = {
|
||||
args = { "--config", vim.fn.stdpath("config") .. "/linters/global.markdownlint-cli2.yaml" },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue