This repository was archived by the owner on Aug 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 777
markdownlint_cli2 not working with builtin #1256
Labels
bug
Something isn't working
Comments
dngray
added a commit
to dngray/dotfiles
that referenced
this issue
Nov 26, 2022
dngray
added a commit
to dngray/dotfiles
that referenced
this issue
Dec 31, 2022
dngray
added a commit
to dngray/dotfiles
that referenced
this issue
Dec 31, 2022
Something like this would work. local null_ls = require('null-ls')
null_ls.setup {
sources = {
null_ls.builtins.diagnostics.markdownlint_cli2.with {
args = { "$FILENAME" },
},
},
} |
^ While this does work, I think the right solution is the one I mentioned in #1257. The config file itself should specify which files to lint, and we should mention that in the documentation. |
dngray
added a commit
to dngray/dotfiles
that referenced
this issue
Feb 18, 2023
- Change to Nord theme - Convert to LunarVim - Stop using gpg-agent and use ssh-agent - Only Silverblue has Gnome Terminal - Fix profiles path for Flatpak and use correct profile id - Hide Firefox View Button/List - Fix arkenfox script and add prefsCleaner.sh - Update Weechat configs - Fix mistake in limits.conf - Use markdownlint_cli2 for linting - Readd Third git user - Use drill instead of bind https://archlinux.org/todo/dnsutils-to-ldns-migration/ - Temporary fix for markdownlint_cli2 not working on files with spaces jose-elias-alvarez/null-ls.nvim#1256 - Switch back to Rofi - Add nnn config - Update mutt-wizard template
dngray
added a commit
to dngray/dotfiles
that referenced
this issue
Feb 18, 2023
- Change to Nord theme - Convert to LunarVim - Stop using gpg-agent and use ssh-agent - Only Silverblue has Gnome Terminal - Fix profiles path for Flatpak and use correct profile id - Hide Firefox View Button/List - Fix arkenfox script and add prefsCleaner.sh - Update Weechat configs - Fix mistake in limits.conf - Use markdownlint_cli2 for linting - Readd Third git user - Use drill instead of bind https://archlinux.org/todo/dnsutils-to-ldns-migration/ - Temporary fix for markdownlint_cli2 not working on files with spaces jose-elias-alvarez/null-ls.nvim#1256 - Switch back to Rofi - Add nnn config - Update mutt-wizard template
I can confirm #1256 (comment) does work. @jose-elias-alvarez if there is a better way to do it as you suggest could this be added to the documentation so people like me know what to do? |
dngray
added a commit
to dngray/dotfiles
that referenced
this issue
Jul 10, 2023
- Change to Nord theme - Convert to LunarVim - Stop using gpg-agent and use ssh-agent - Only Silverblue has Gnome Terminal - Fix profiles path for Flatpak and use correct profile id - Hide Firefox View Button/List - Fix arkenfox script and add prefsCleaner.sh - Update Weechat configs - Fix mistake in limits.conf - Use markdownlint_cli2 for linting - Readd Third git user - Use drill instead of bind https://archlinux.org/todo/dnsutils-to-ldns-migration/ - Temporary fix for markdownlint_cli2 not working on files with spaces jose-elias-alvarez/null-ls.nvim#1256 - Switch back to Rofi - Add nnn config - Update mutt-wizard template zfs-load-key Updates, cleanup .
dngray
added a commit
to dngray/dotfiles
that referenced
this issue
Jul 10, 2023
- Change to Nord theme - Convert to LunarVim - Stop using gpg-agent and use ssh-agent - Only Silverblue has Gnome Terminal - Fix profiles path for Flatpak and use correct profile id - Hide Firefox View Button/List - Fix arkenfox script and add prefsCleaner.sh - Update Weechat configs - Fix mistake in limits.conf - Use markdownlint_cli2 for linting - Readd Third git user - Use drill instead of bind https://archlinux.org/todo/dnsutils-to-ldns-migration/ - Temporary fix for markdownlint_cli2 not working on files with spaces jose-elias-alvarez/null-ls.nvim#1256 - Switch back to Rofi - Add nnn config - Update mutt-wizard template zfs-load-key Updates, cleanup . .
dngray
added a commit
to dngray/dotfiles
that referenced
this issue
Jul 10, 2023
- Change to Nord theme - Convert to LunarVim - Stop using gpg-agent and use ssh-agent - Only Silverblue has Gnome Terminal - Fix profiles path for Flatpak and use correct profile id - Hide Firefox View Button/List - Fix arkenfox script and add prefsCleaner.sh - Update Weechat configs - Fix mistake in limits.conf - Use markdownlint_cli2 for linting - Readd Third git user - Use drill instead of bind https://archlinux.org/todo/dnsutils-to-ldns-migration/ - Temporary fix for markdownlint_cli2 not working on files with spaces jose-elias-alvarez/null-ls.nvim#1256 - Switch back to Rofi - Add nnn config - Update mutt-wizard template zfs-load-key Updates, cleanup . . .
dngray
added a commit
to dngray/dotfiles
that referenced
this issue
Jul 14, 2023
- Change to Nord theme - Convert to LunarVim - Stop using gpg-agent and use ssh-agent - Only Silverblue has Gnome Terminal - Fix profiles path for Flatpak and use correct profile id - Hide Firefox View Button/List - Fix arkenfox script and add prefsCleaner.sh - Update Weechat configs - Fix mistake in limits.conf - Use markdownlint_cli2 for linting - Readd Third git user - Use drill instead of bind https://archlinux.org/todo/dnsutils-to-ldns-migration/ - Temporary fix for markdownlint_cli2 not working on files with spaces jose-elias-alvarez/null-ls.nvim#1256 - Switch back to Rofi - Add nnn config - Update mutt-wizard template
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
FAQ
Issues
Neovim Version
NVIM v0.8.1
Dev Version?
Operating System
Arch Linux
Minimal Config
Steps to Reproduce
Use the above built in config. I found when using this config, everything worked fine:
Reproducibility Check
minimal_init.lua
template and that my issue is reproducible by runningnvim --clean -u minimal_init.lua
and following the steps above.Expected Behavior
To see diagnostics in my project
Actual Behavior
No diagnostics show in the buffer.
Debug Log
Help
No
Implementation Help
No response
Requirements
The text was updated successfully, but these errors were encountered: