Skip to content

MLobsien/cowlsp.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

cowlsp.nvim

Cowsay integration for every LSP client. Let a cow (or whatever creature you prefer) diagnose your code!

Setup

require("cowlsp").setup()

Prerequisites

  • cowsay program in your PATH

Configuration

Option Description Type Default
cow Which cowfile should be used string "default"
random Wether to use a random cowfile boolean false
files Restrict random selection to the given files table<string>
eyes Which eyes to use string "oo"
tongue Which tongue to use string "<Space><Space>"
key Triggers cowlsp hover string "<S-k>"
callback Function that modifies LSP responses. Takes the client responses as input and returns the lines that should be displayed function(t: table) -> table<string>

About

Let cow analyze your code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages