config(nvim): enable gopls hint constantValues

main
sudo pacman -Syu 2024-07-17 20:10:48 +07:00
parent 1fd730e3d0
commit 71e9ec6854
1 changed files with 1 additions and 0 deletions

View File

@ -561,6 +561,7 @@ require("lazy").setup({
settings = {
gopls = {
hints = {
constantValues = true,
parameterNames = true,
},
},