add telescope
This commit is contained in:
@@ -5,7 +5,6 @@ vim.diagnostic.config({
|
||||
virtual_text = {
|
||||
prefix = '', -- remove annoying ▎ etc
|
||||
format = function(diagnostic)
|
||||
-- Show the source (e.g. "luacheck", "lua_ls") before the message
|
||||
if diagnostic.source then
|
||||
return string.format('[%s] %s', diagnostic.source, diagnostic.message)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user