Syntax Épée let's one view all of the lsp errors/warnings/info/hints in the file you are currently working in. This builds upon telescope in order to display and filter the messages.
- nerdfonts: are a must
- telescope: this plugin is build on telescope, so you will need that too
You can install Syntax Épée using packer.
use 'stevencederrand/syntax-epee'
Syntax Épée is a very barebones plugin. You can use the following to setup leader e
as your hotkey
for using Syntax Épée.
require("syntax-epee").setup()
vim.keymap.set("n", "<leader>e", function() require("syntax-epee").stab() end)