summaryrefslogtreecommitdiff
path: root/users/seth
diff options
context:
space:
mode:
Diffstat (limited to 'users/seth')
-rw-r--r--users/seth/programs/neovim/config/plugins/lsp.lua2
-rw-r--r--users/seth/programs/neovim/default.nix1
2 files changed, 0 insertions, 3 deletions
diff --git a/users/seth/programs/neovim/config/plugins/lsp.lua b/users/seth/programs/neovim/config/plugins/lsp.lua
index 229f536..90f030a 100644
--- a/users/seth/programs/neovim/config/plugins/lsp.lua
+++ b/users/seth/programs/neovim/config/plugins/lsp.lua
@@ -60,7 +60,6 @@ local sources = {
diagnostics.codespell,
diagnostics.deadnix,
diagnostics.eslint,
- diagnostics.markdownlint,
diagnostics.pylint,
diagnostics.shellcheck,
diagnostics.statix,
@@ -68,7 +67,6 @@ local sources = {
formatting.beautysh,
formatting.codespell,
formatting.just,
- formatting.markdownlint,
formatting.nimpretty,
formatting.prettier,
formatting.rustfmt,
diff --git a/users/seth/programs/neovim/default.nix b/users/seth/programs/neovim/default.nix
index 2e83943..019efdc 100644
--- a/users/seth/programs/neovim/default.nix
+++ b/users/seth/programs/neovim/default.nix
@@ -14,7 +14,6 @@
nodePackages.alex
nodePackages.bash-language-server
nodePackages.eslint
- nodePackages.markdownlint-cli
nodePackages.prettier
nodePackages.pyright
nodePackages.typescript-language-server