add telescope

This commit is contained in:
2025-10-12 19:21:52 +03:00
parent c19881baf5
commit 78239cafb8
4 changed files with 54 additions and 4 deletions

View File

@@ -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