rust disable underline
This commit is contained in:
parent
56276cca62
commit
f66bc2c5ab
1 changed files with 3 additions and 0 deletions
3
after/ftplugin/rust.lua
Normal file
3
after/ftplugin/rust.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
vim.diagnostic.config({
|
||||
underline = false,
|
||||
})
|
Loading…
Reference in a new issue