Replies: 1 comment 2 replies
-
Hi, I'm not a Neovim user so others might be able to help you better. However, as for your question of
The answer is that {
"settings": {
"harper-ls": {
// your settings here
}
}
} |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! So I am trying to dynamically toggle linters based on filetype. For now trying in markdown and the notification confirms that when I switch to markdown buffer the table is modified and I get no errors. Are values of server settings static set once per runtime and not possible to dynamically toggled?
Am I missing something? Anyone was able to achieve dynamic behavior setting for linters?
BTW: Just as a note. I'm trying autocmd because I already tried to place the logic inside of on_attach function and it similarly did not work.
Beta Was this translation helpful? Give feedback.
All reactions