Skip to content

Basic neovim plugin that uses telescope to display all LSP warnings in file

Notifications You must be signed in to change notification settings

StevenCederrand/syntax-epee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Syntax Épée

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.

Pre-reqs

  • nerdfonts: are a must
  • telescope: this plugin is build on telescope, so you will need that too

Installation

You can install Syntax Épée using packer.

use 'stevencederrand/syntax-epee'

Configuration

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)

Demo

syntax-epee

About

Basic neovim plugin that uses telescope to display all LSP warnings in file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages