dotfiles/nvim/.config/nvim/after/lsp
Marty Oehme 6435a7b51a
nvim: Improve marksman diagnostic filtering in zk dirs
When in a ZK dir I do not want any marksman diagnostics polluting my
interface since the linking in (my) ZK is based on anchor IDs and not
full filenames/titles. Thus, every single link will be detected as
non-existent by marksman.

This commit ensures that when in a zk-enabled directory, each
non-existent link diagnostic will be filtered before presenting
diagnostics.
2025-06-10 18:31:41 +02:00
..
arduino.lua nvim: Move arduino LSP config into lsp dir 2025-06-10 18:31:39 +02:00
basedpyright.lua nvim: Move ruff/pyright lsp settings into after/lsp/ dir 2025-06-10 18:31:39 +02:00
marksman.lua nvim: Improve marksman diagnostic filtering in zk dirs 2025-06-10 18:31:41 +02:00
ruff.lua nvim: Move ruff/pyright lsp settings into after/lsp/ dir 2025-06-10 18:31:39 +02:00
vue_ls.lua nvim: Move typescript and vue LSP config into lsp dir 2025-06-10 18:31:40 +02:00