rust disable underline

main
Zynh Ludwig 2024-08-30 23:50:32 -07:00
parent 56276cca62
commit f66bc2c5ab
1 changed files with 3 additions and 0 deletions

3
after/ftplugin/rust.lua Normal file
View File

@ -0,0 +1,3 @@
vim.diagnostic.config({
underline = false,
})