config(nvim): love ping pong

main
sudo pacman -Syu 2024-01-15 10:34:27 +07:00
parent df07b7419d
commit ced2b6bcfb
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ require("lazy").setup({
-- https://neovim.io/doc/user/diagnostic.html#diagnostic-api
vim.diagnostic.config({
virtual_text = {
prefix = "🪓",
prefix = "🏓",
},
})
end,