External "!" commands no longer working #1125
Unanswered
ThatParticularPencil
asked this question in
Q&A
Replies: 2 comments
-
|
I have the same problem on windows with cmd, however it works fine on linux with zsh. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I have the same issue. Here's the config I'm using for noice. If I disable noice, external commands work fine. require'noice'.setup({
lsp = {
override = {
['vim.lsp.util.convert_input_to_markdown_lines'] = true,
['vim.lsp.util.stylize_markdown'] = true,
['cmp.entry.get_documentation'] = true
}
},
presets = {
bottom_search = true,
command_palette = true,
long_message_to_split = true,
inc_rename = false,
lsp_doc_border = false
}
}) |
Beta Was this translation helpful? Give feedback.
0 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.
-
Im new to noice, but after configuring it, I tried to run a java file from nvim:
" :!javac % && java "
I had it attached to a hotkey that works when noice is turned off, but now it is broken.
whenever I run any shell command it shows "$" for filter then just send a message back of the text I inputted.
for example: ':!javac %' which should compile a java file, gives me a message notification of "!javac %'.
Beta Was this translation helpful? Give feedback.
All reactions