1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-02 20:09:26 +00:00

[neovim] Update plugins

This commit is contained in:
2022-10-18 20:41:23 +02:00
parent 7ae6819126
commit e2ac092a81
5 changed files with 27 additions and 17 deletions

14
.markdownlintrc Normal file
View File

@ -0,0 +1,14 @@
{
"default": true,
"MD013": {
"line_length": 480,
"heading_line_length": 80,
"code_block_line_length": 280,
"code_blocks": true,
"tables": true,
"headings": true,
"headers": true,
"strict": false,
"stern": false
}
}