docs: formatter vs linter

This commit is contained in:
Ryan Yin
2024-01-02 13:55:56 +08:00
parent 8ba3c2713f
commit bfb970a6d7
2 changed files with 28 additions and 12 deletions

View File

@@ -89,13 +89,15 @@ return {
},
-- Provide a comparable s-expression editing experience in Neovim to that provided by Emacs.
-- Do not support scheme.
-- https://github.com/julienvincent/nvim-paredit
{
"julienvincent/nvim-paredit",
config = function()
require("nvim-paredit").setup()
end,
},
-- {
-- "julienvincent/nvim-paredit",
-- ft = { "scm" },
-- config = function()
-- require("nvim-paredit").setup()
-- end,
-- },
-- markdown preview
{