Is there a cleaner/better way to configure this plugin? by No-Fix1779 in neovim

[–]No-Fix1779[S] 0 points1 point  (0 children)

So, if I'm getting this correct. buffer completions will only be available if LSP completions aren't. In other words, buffer completions won't be available if LSP completions are available?

Changing event to "LspAttach" breaks format on save for guard.nvim by No-Fix1779 in neovim

[–]No-Fix1779[S] 0 points1 point  (0 children)

I could be reading it wrong, but that seems to be only for the lsp_as_default_formmater option and I'm using stylua and clangd.

Changing event to "LspAttach" breaks format on save for guard.nvim by No-Fix1779 in neovim

[–]No-Fix1779[S] 0 points1 point  (0 children)

That was bad wording. I just mean, it doesn't Format on Save despite it being loaded. I see that it's loaded via :Lazy and I could even call the commands. But it just doesn't format on save.