config(nvim): enable gopls hint constantValues
parent
1fd730e3d0
commit
71e9ec6854
|
@ -561,6 +561,7 @@ require("lazy").setup({
|
|||
settings = {
|
||||
gopls = {
|
||||
hints = {
|
||||
constantValues = true,
|
||||
parameterNames = true,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue