Skip to content

Commit

Permalink
add markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
haroun committed Mar 22, 2024
1 parent 76f6dd3 commit 9836a35
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,5 +274,3 @@ sudo apt install -t unstable neovim
sudo dnf install -y gcc make git ripgrep fd-find neovim
```
</details>


2 changes: 1 addition & 1 deletion lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"friendly-snippets": { "branch": "main", "commit": "dcd4a586439a1c81357d5b9d26319ae218cc9479" },
"gitsigns.nvim": { "branch": "main", "commit": "078041e9d060a386b0c9d3a8c7a7b019a35d3fb0" },
"indent-blankline.nvim": { "branch": "master", "commit": "3d08501caef2329aba5121b753e903904088f7e6" },
"lazy.nvim": { "branch": "main", "commit": "83493db50a434a4c5c648faf41e2ead80f96e478" },
"lazy.nvim": { "branch": "main", "commit": "3132d7d27d56d6bb4bdd0a09623d162b3cf1c588" },
"mason-lspconfig.nvim": { "branch": "main", "commit": "2ba17cecfde8b8c7c7c287909a1e4de895223df6" },
"mason-nvim-dap.nvim": { "branch": "main", "commit": "67210c0e775adec55de9826b038e8b62de554afc" },
"mason-tool-installer.nvim": { "branch": "main", "commit": "1212fb6082b7177dde17ea65e429e027835aeb40" },
Expand Down
1 change: 1 addition & 0 deletions lua/custom/plugins/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ return {
},
},
},
markdownlint = {},
['node-debug2-adapter'] = {},
prettier = {},
rust_analyzer = {},
Expand Down

0 comments on commit 9836a35

Please sign in to comment.